Documentation ¶
Index ¶
- func FxNewMessageOfficeService() fx.Option
- func NewMessageOfficeService(client MesasageOfficeGRPCClient) ports.MessageOfficeService
- type MesasageOfficeGRPCClient
- type MessageOfficeService
- func (m *MessageOfficeService) GenerateClusterToken(ctx context.Context, in *ports.GenerateClusterTokenIn) (*ports.GenerateClusterTokenOut, error)
- func (m *MessageOfficeService) GetAllocatedPlatformEdgeCluster(ctx context.Context, args *ports.GetAllocatedPlatformEdgeClusterIn) (*ports.GetAllocatedPlatformEdgeClusterOut, error)
- func (m *MessageOfficeService) GetClusterToken(ctx context.Context, in *ports.GetClusterTokenIn) (*ports.GetClusterTokenOut, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMessageOfficeService ¶
func NewMessageOfficeService(client MesasageOfficeGRPCClient) ports.MessageOfficeService
Types ¶
type MessageOfficeService ¶
type MessageOfficeService struct {
// contains filtered or unexported fields
}
func (*MessageOfficeService) GenerateClusterToken ¶
func (m *MessageOfficeService) GenerateClusterToken(ctx context.Context, in *ports.GenerateClusterTokenIn) (*ports.GenerateClusterTokenOut, error)
GenerateClusterToken implements ports.MessageOfficeService.
func (*MessageOfficeService) GetAllocatedPlatformEdgeCluster ¶
func (m *MessageOfficeService) GetAllocatedPlatformEdgeCluster(ctx context.Context, args *ports.GetAllocatedPlatformEdgeClusterIn) (*ports.GetAllocatedPlatformEdgeClusterOut, error)
GetAllocatedPlatformEdgeCluster implements ports.MessageOfficeService.
func (*MessageOfficeService) GetClusterToken ¶
func (m *MessageOfficeService) GetClusterToken(ctx context.Context, in *ports.GetClusterTokenIn) (*ports.GetClusterTokenOut, error)
GetClusterToken implements ports.MessageOfficeService.
Click to show internal directories.
Click to hide internal directories.