Documentation
¶
Index ¶
- func BisyncGo(ctx context.Context, outputPath, lekkoPath, repoPath string) ([]string, error)
- func BisyncTS(lekkoPath, repoPath string) error
- func FindArgStruct(f *ast.FuncDecl, file *ast.File) *ast.TypeSpec
- func NewGoSyncer(ctx context.Context, moduleRoot, filePath, repoPath string) (*goSyncer, error)
- func NewGoSyncerLite(moduleRoot string, filePath string, registry *protoregistry.Types) *goSyncer
- func Push(ctx context.Context, commitMessage string, force bool, dot *dotlekko.DotLekko) (err error)
- func StructToDescriptor(typeSpec *ast.TypeSpec) *descriptorpb.DescriptorProto
- func StructToMap(typeSpec *ast.TypeSpec) map[string]string
- type Namespace
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindArgStruct ¶ added in v0.3.31
func NewGoSyncer ¶ added in v0.3.26
func NewGoSyncerLite ¶ added in v0.3.26
func NewGoSyncerLite(moduleRoot string, filePath string, registry *protoregistry.Types) *goSyncer
func StructToDescriptor ¶ added in v0.3.31
func StructToDescriptor(typeSpec *ast.TypeSpec) *descriptorpb.DescriptorProto
Types ¶
type Namespace ¶
type Namespace struct { Name string Features []*featurev1beta1.Feature }
TODO - make this our proto rep?
Click to show internal directories.
Click to hide internal directories.