Documentation ¶ Index ¶ func LoadHash(hashFile string) string func WriteHash(_ context.Context, hashFile string, hash 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 LoadHash ¶ added in v0.1.4 func LoadHash(hashFile string) string func WriteHash ¶ added in v0.1.4 func WriteHash(_ context.Context, hashFile string, hash 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.