Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendConfigProvider ¶
type BackendConfigProvider struct {
AbsPath string
}
func (*BackendConfigProvider) GetConfig ¶
func (p *BackendConfigProvider) GetConfig() (*string, error)
func (*BackendConfigProvider) Name ¶
func (p *BackendConfigProvider) Name() string
func (*BackendConfigProvider) SetConfig ¶
func (p *BackendConfigProvider) SetConfig(data string) error
type ConfigProvider ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(providers ...ConfigProvider) (*Service, error)
Click to show internal directories.
Click to hide internal directories.