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 ServiceConfig ¶
type ServiceConfig struct {
CommonConfig
Ctx context.Context
Others map[string]int
PublicKey []byte
PrivateKey []byte
SwarmKey []byte
Databases kvdb.Factory
}
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.