Categorygithub.com/vine-io/gogogen
module
1.4.6
Repository: https://github.com/vine-io/gogogen.git
Documentation: pkg.go.dev

# README

安装

bash -c "$(curl -fsSL https://raw.github.com/vine-io/gogogen/master/install.sh)"

deepcopy-gen

deepcopy-gen -i github.com/vine-io/apimachinery/testdata/a

goproto-gen

goproto-gen --metadata-packages github.com/vine-io/apimachinery/apis/meta/v1  -p github.com/vine-io/apimachinery/testdata/a

gogorm-gen

gogorm-gen  -p github.com/vine-io/apimachinery/testdata/a

set-gen

 set-gen -i github.com/vine-io/gogogen/util/sets/types

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
gogorm-gen generates a gorm CURD code from a Go struct, respecting any existing IDL tags on the Go struct.
goproto-gen generates a Protobuf IDL from a Go struct, respecting any existing IDL tags on the Go struct.
No description provided by the author
No description provided by the author
No description provided by the author