Documentation ¶
Index ¶
- type AssetMetadataDS
- type AssetsPaths
- type EtcdAddresses
- type GeoDBPath
- type GetSchedulerConfigFunc
- type InternalIP
- type LocatorUUID
- type NodeID
- type NodeMetadataPath
- type PermissionWebToken
- type ProjectMetadataDS
- type RestartChan
- type RestartDoneChan
- type ServerID
- type SetSchedulerConfigFunc
- type ShutdownChan
- type WorkerdPath
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetMetadataDS ¶ added in v0.1.19
type AssetMetadataDS datastore.Batching
AssetMetadataDS stores metadata.
type AssetsPaths ¶
type AssetsPaths []string
type EtcdAddresses ¶
type EtcdAddresses []string
EtcdAddresses the locator to connect to the database
type GetSchedulerConfigFunc ¶
type GetSchedulerConfigFunc func() (config.SchedulerCfg, error)
GetSchedulerConfigFunc is a function which is used to get the sealing config.
type NodeMetadataPath ¶
type NodeMetadataPath string
type PermissionWebToken ¶
type PermissionWebToken string
PermissionWebToken token with admin permission
type ProjectMetadataDS ¶ added in v0.1.19
type ProjectMetadataDS datastore.Batching
ProjectMetadataDS stores metadata.
type RestartChan ¶ added in v0.1.19
type RestartChan chan struct{}
type RestartDoneChan ¶ added in v0.1.19
type RestartDoneChan chan struct{}
type SetSchedulerConfigFunc ¶
type SetSchedulerConfigFunc func(cfg config.SchedulerCfg) error
SetSchedulerConfigFunc is a function which is used to sets the scheduler config.
type ShutdownChan ¶ added in v0.1.11
type ShutdownChan chan struct{}
type WorkerdPath ¶ added in v0.1.19
type WorkerdPath string
Click to show internal directories.
Click to hide internal directories.