Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
type ClientConfig struct {
CommonConfig
}
type CommonConfig ¶
type RepositoryType ¶ added in v1.1.10
type RepositoryType int
const ( UnknownRepository RepositoryType = iota ConfigRepository CodeRepository LibraryRepository WebsiteRepository )
type ServiceConfig ¶
type ServiceConfig struct {
CommonConfig
Ctx context.Context
Others map[string]int
PublicKey []byte
PrivateKey []byte
SwarmKey []byte
Databases kvdb.Factory
Location seerIface.Location
}
func (*ServiceConfig) Clone ¶
func (c *ServiceConfig) Clone() *ServiceConfig
type SimpleConfig ¶
type SimpleConfig struct {
CommonConfig
Clients map[string]ClientConfig
}
Click to show internal directories.
Click to hide internal directories.