Documentation
¶
Index ¶
- type ATEClient
- type Namespace
- type Service
- func (s *Service) GetCurrentUser(ctx context.Context) (map[string]any, error)
- func (s *Service) GetSubstrateStatus(ctx context.Context, requestedNamespace string) (SubstrateStatus, error)
- func (s *Service) GetVersion() Version
- func (s *Service) ListNamespaces(ctx context.Context) ([]Namespace, error)
- type SubstrateActor
- type SubstrateActorTemplate
- type SubstrateStatus
- type SubstrateWorker
- type SubstrateWorkerPool
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) GetCurrentUser ¶
func (*Service) GetSubstrateStatus ¶
func (*Service) GetVersion ¶
type SubstrateActor ¶
type SubstrateActorTemplate ¶
type SubstrateStatus ¶
type SubstrateStatus struct {
Enabled bool
ATEAPIError string
WorkerPools []SubstrateWorkerPool
ActorTemplates []SubstrateActorTemplate
Actors []SubstrateActor
Workers []SubstrateWorker
}
type SubstrateWorker ¶
type SubstrateWorkerPool ¶
Click to show internal directories.
Click to hide internal directories.