Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
type AuthConfig struct { PublicKeyPath string `yaml:"publicKeyPath"` AuthEndpoint string `yaml:"authEndpoint"` TLSCertificate *meta.TLSCertificate `yaml:"tlsCertificate"` AccessKey string `yaml:"accessKey"` }
type CommonConfig ¶
type CommonConfig struct { Host string `yaml:"host"` HostName string `yaml:"hostname"` ContentType string `yaml:"contentType"` UsedDB string `yaml:"usedDB"` ApiEndpointFormat string `yaml:"apiEndpointFormat"` RpcEndpointFormat string `yaml:"rpcEndpointFormat"` AmqpConnection ConnectionConfig `yaml:"amqpConnection"` }
type ConnectionConfig ¶
type ConnectionConfig struct { URL string `yaml:"URL"` TLS *meta.TLSCertificate `yaml:"TLS"` }
type DataStoreConfig ¶
type SecurityConfig ¶
type SecurityConfig struct {
TLSCertificate *meta.TLSCertificate `yaml:"tlsCertificate"`
}
Click to show internal directories.
Click to hide internal directories.