ports

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenerateClusterTokenIn

type GenerateClusterTokenIn struct {
	AccountName string
	ClusterName string
}

type GenerateClusterTokenOut

type GenerateClusterTokenOut struct {
	ClusterToken string
}

type GetAllocatedPlatformEdgeClusterIn

type GetAllocatedPlatformEdgeClusterIn struct {
	AccountName string
	ClusterName string
}

type GetAllocatedPlatformEdgeClusterOut

type GetAllocatedPlatformEdgeClusterOut struct {
	PublicDNSHost string
}

type GetClusterTokenIn

type GetClusterTokenIn struct {
	AccountName string
	ClusterName string
}

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)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL