Versions in this module Expand all Collapse all v0 v0.0.4 Jul 9, 2022 Changes in this version + var File_saas_private_conf_conf_proto protoreflect.FileDescriptor + type Bootstrap struct + App *conf.AppConfig + Data *conf.Data + Logging *conf.Logging + Saas *SaasConf + Security *conf.Security + Services *conf.Services + Tracing *conf.Tracers + func (*Bootstrap) Descriptor() ([]byte, []int) + func (*Bootstrap) ProtoMessage() + func (m *Bootstrap) Validate() error + func (m *Bootstrap) ValidateAll() error + func (x *Bootstrap) GetApp() *conf.AppConfig + func (x *Bootstrap) GetData() *conf.Data + func (x *Bootstrap) GetLogging() *conf.Logging + func (x *Bootstrap) GetSaas() *SaasConf + func (x *Bootstrap) GetSecurity() *conf.Security + func (x *Bootstrap) GetServices() *conf.Services + func (x *Bootstrap) GetTracing() *conf.Tracers + func (x *Bootstrap) ProtoReflect() protoreflect.Message + func (x *Bootstrap) Reset() + func (x *Bootstrap) String() string + type BootstrapMultiError []error + func (m BootstrapMultiError) AllErrors() []error + func (m BootstrapMultiError) Error() string + type BootstrapValidationError struct + func (e BootstrapValidationError) Cause() error + func (e BootstrapValidationError) Error() string + func (e BootstrapValidationError) ErrorName() string + func (e BootstrapValidationError) Field() string + func (e BootstrapValidationError) Key() bool + func (e BootstrapValidationError) Reason() string + type DatabaseTemplate struct + Name string + Template string + func (*DatabaseTemplate) Descriptor() ([]byte, []int) + func (*DatabaseTemplate) ProtoMessage() + func (m *DatabaseTemplate) Validate() error + func (m *DatabaseTemplate) ValidateAll() error + func (x *DatabaseTemplate) GetName() string + func (x *DatabaseTemplate) GetTemplate() string + func (x *DatabaseTemplate) ProtoReflect() protoreflect.Message + func (x *DatabaseTemplate) Reset() + func (x *DatabaseTemplate) String() string + type DatabaseTemplateMultiError []error + func (m DatabaseTemplateMultiError) AllErrors() []error + func (m DatabaseTemplateMultiError) Error() string + type DatabaseTemplateValidationError struct + func (e DatabaseTemplateValidationError) Cause() error + func (e DatabaseTemplateValidationError) Error() string + func (e DatabaseTemplateValidationError) ErrorName() string + func (e DatabaseTemplateValidationError) Field() string + func (e DatabaseTemplateValidationError) Key() bool + func (e DatabaseTemplateValidationError) Reason() string + type SaasConf struct + Database []*DatabaseTemplate + func (*SaasConf) Descriptor() ([]byte, []int) + func (*SaasConf) ProtoMessage() + func (m *SaasConf) Validate() error + func (m *SaasConf) ValidateAll() error + func (x *SaasConf) GetDatabase() []*DatabaseTemplate + func (x *SaasConf) ProtoReflect() protoreflect.Message + func (x *SaasConf) Reset() + func (x *SaasConf) String() string + type SaasConfMultiError []error + func (m SaasConfMultiError) AllErrors() []error + func (m SaasConfMultiError) Error() string + type SaasConfValidationError struct + func (e SaasConfValidationError) Cause() error + func (e SaasConfValidationError) Error() string + func (e SaasConfValidationError) ErrorName() string + func (e SaasConfValidationError) Field() string + func (e SaasConfValidationError) Key() bool + func (e SaasConfValidationError) Reason() string