Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(cp ContractProject, pf ProjectFile, upf UpsertProjectFile) *Manager
type Meta ¶
func (*Meta) FetchProjectFile ¶
type Project ¶
type Project struct {
DefaultVersion string `json:"defaultVersion,omitempty"`
Configs []*Config `json:"config"`
}
TODO: prefer protobuf for serialization and deserialization
func (*Project) DefaultConfig ¶
type ProjectFile ¶ added in v0.16.0
Click to show internal directories.
Click to hide internal directories.