Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericAppConfig ¶ added in v0.1.4
type GenericAppConfig struct { ID int64 IDGenNode int64 Name string // string (min: 3 chars, max: 50 chars) Description string // string (min:10, max: 1024) RateLimit *types.RateLimit }
func (*GenericAppConfig) Validate ¶ added in v0.1.4
func (cfg *GenericAppConfig) Validate() error
type NetworkNodeAppConfig ¶ added in v0.1.4
type NetworkNodeAppConfig struct { NetworkWardenID int64 DomainName string // string (min:1, max: 30) AccountsCapacity int64 CrawlRateLimit *types.RateLimit }
func (*NetworkNodeAppConfig) Validate ¶ added in v0.1.4
func (cfg *NetworkNodeAppConfig) Validate() error
type NetworkWardenAppConfig ¶ added in v0.1.0
type NetworkWardenAppConfig struct {
AddressSuffix string // string (min:1, max: 30)
}
func (*NetworkWardenAppConfig) Validate ¶ added in v0.1.0
func (cfg *NetworkWardenAppConfig) Validate() error
type PersonalDataNodeAppConfig ¶ added in v0.1.4
type PersonalDataNodeAppConfig struct { NetworkWardenID int64 Label string // string (min:1, max: 30) AccountsCapacity int64 CrawlRateLimit *types.RateLimit }
func (*PersonalDataNodeAppConfig) Validate ¶ added in v0.1.4
func (cfg *PersonalDataNodeAppConfig) Validate() error
type ServiceName ¶
type ServiceName string
type ServiceVersion ¶
type ServiceVersion string
Click to show internal directories.
Click to hide internal directories.