Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Functions ¶
Types ¶
type CreateFileFromTemplate ¶
type Service ¶ added in v1.0.0
type Service struct { Name string `mapstructure:"name"` Namespace string `mapstructure:"namespace"` Domain string `mapstructure:"domain"` Module string EnableTelemetry bool `mapstructure:"enable_telemetry"` DisableDeployment bool `mapstructure:"disable_deployment"` MetricsUrl string `mapstructure:"metrics_url"` EnableHTTP bool `mapstructure:"enable_http"` NatsSubject string `mapstructure:"nats_subject"` NatsServers string `mapstructure:"nats_servers"` EnableGraphql bool `mapstructure:"enable_graphql"` EnableEdgeDB bool `mapstructure:"enable_edgedb"` ContainerRegistry string `mapstructure:"container_registry"` }
func (*Service) CreateFilesFromTemplates ¶ added in v1.0.0
func (s *Service) CreateFilesFromTemplates(opts ...CreateFileFromTemplate) error
Click to show internal directories.
Click to hide internal directories.