Documentation ¶ Index ¶ func CompanionImage(ctx context.Context) (string, error) type Proto func NewProto(ctx context.Context, dir string) (*Proto, error) func (g *Proto) Generate(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CompanionImage ¶ added in v0.1.31 func CompanionImage(ctx context.Context) (string, error) Types ¶ type Proto ¶ type Proto struct { Dir string // contains filtered or unexported fields } func NewProto ¶ added in v0.0.43 func NewProto(ctx context.Context, dir string) (*Proto, error) func (*Proto) Generate ¶ func (g *Proto) Generate(ctx context.Context) error Source Files ¶ View all Source files generate.go Click to show internal directories. Click to hide internal directories.