package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Oct 25, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Vendor function that iterate over the modules and vendor proto files from git repositories
type Config struct {
Version string `yaml:"version"`
Modules []struct {
Repository string `yaml:"repository"`
Path string `yaml:"path"`
Branch string `yaml:"branch"`
Tag string `yaml:"tag"`
OutputFolder string `yaml:"out"`
} `yaml:"modules"`
}
NewConfig create a struct for bytes array
Source Files
¶
Click to show internal directories.
Click to hide internal directories.