Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MODIFIED is an enum describing that a service has been modified MODIFIED = comment("modified") // UNMODIFIED is an enum describing that a service is unmodified UNMODIFIED = comment("unmodified") // REMOVED is an enum describing that a service has been removed REMOVED = comment("removed") // NEW is an enum describing that a service is new NEW = comment("new") )
View Source
const (
// Binary is the default name out an outputted binary
Binary = "app"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ServicePath string `json:"services,omitempty"` BuildCMD string `json:"cmd,omitempty"` }
Config is the monorepo service configuration
type Meta ¶
type Meta struct {
// contains filtered or unexported fields
}
Meta represents the metadata of a monorepo
type Repository ¶
Repository is an interface
func NewRemote ¶
func NewRemote(url string) (Repository, error)
NewRemote clones a remote git repository
Click to show internal directories.
Click to hide internal directories.