Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileExists ¶
Types ¶
type Project ¶
type Project struct { ProtobufMonorepo ProtobufMonorepo `toml:"protobuf_monorepo"` Templates Templates `toml:"templates"` }
type ProtobufMonorepo ¶ added in v0.7.0
type ProtobufTemplates ¶ added in v0.9.0
type ProtobufTemplates struct {
CustomAuthName string `toml:"custom_auth_name" default:"scopes"`
}
type Settings ¶
type Settings struct { Paths Path `toml:"paths"` UI UI `toml:"ui"` App Profile `toml:"app"` Profile map[string]Profile `toml:"profile"` }
func NewDefault ¶
type Templates ¶ added in v0.9.0
type Templates struct {
Protobuf ProtobufTemplates `toml:"protobuf"`
}
Click to show internal directories.
Click to hide internal directories.