Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerateClusterTokenIn ¶
type GenerateClusterTokenOut ¶
type GenerateClusterTokenOut struct {
ClusterToken string
}
type GetAllocatedPlatformEdgeClusterOut ¶
type GetAllocatedPlatformEdgeClusterOut struct {
PublicDNSHost string
}
type GetClusterTokenIn ¶
type GetClusterTokenOut ¶
type GetClusterTokenOut struct {
ClusterToken string
}
type MessageOfficeService ¶
type MessageOfficeService interface { GetAllocatedPlatformEdgeCluster(ctx context.Context, args *GetAllocatedPlatformEdgeClusterIn) (*GetAllocatedPlatformEdgeClusterOut, error) GetClusterToken(ctx context.Context, args *GetClusterTokenIn) (*GetClusterTokenOut, error) GenerateClusterToken(ctx context.Context, args *GenerateClusterTokenIn) (*GenerateClusterTokenOut, error) }
Click to show internal directories.
Click to hide internal directories.