package context type Entry struct { name text content binary } type Context struct { entries []Entry }