sdk

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type GatewayClient

type GatewayClient struct {
	// contains filtered or unexported fields
}

func NewGatewayClient

func NewGatewayClient(c *config.AppConfig) *GatewayClient

func (*GatewayClient) AuthToken

func (c *GatewayClient) AuthToken(token string) *GatewayClient

func (*GatewayClient) Authorization

func (c *GatewayClient) Authorization(in *pb.TextRequest) (result *pb.StateReply, err error)

func (*GatewayClient) CreateActionMessage

func (c *GatewayClient) CreateActionMessage(in *pb.TextRequest) (result *pb.StateReply, err error)

func (*GatewayClient) CreateCredential

func (c *GatewayClient) CreateCredential(in *pb.KVsRequest) (result *pb.StateReply, err error)

func (*GatewayClient) CreateSetting

func (c *GatewayClient) CreateSetting(in *pb.KVRequest) (result *pb.StateReply, err error)

func (*GatewayClient) DeleteWorkflowMessage

func (c *GatewayClient) DeleteWorkflowMessage(in *pb.Message) (result *pb.StateReply, err error)

func (*GatewayClient) GetActionMessages

func (c *GatewayClient) GetActionMessages() (result *pb.ActionReply, err error)

func (*GatewayClient) GetApps

func (c *GatewayClient) GetApps() (result *pb.AppsReply, err error)

func (*GatewayClient) GetChartData added in v0.1.1

func (c *GatewayClient) GetChartData(uuid string) (result *pb.ChartDataReply, err error)

func (*GatewayClient) GetCredential

func (c *GatewayClient) GetCredential(id string) (result *pb.CredentialReply, err error)

func (*GatewayClient) GetMaskingCredentials

func (c *GatewayClient) GetMaskingCredentials() (result *pb.MaskingReply, err error)

func (*GatewayClient) GetMessages

func (c *GatewayClient) GetMessages() (result *pb.MessagesReply, err error)

func (*GatewayClient) GetPage

func (c *GatewayClient) GetPage(uuid string) (result *pb.PageReply, err error)

func (*GatewayClient) GetRoleImage added in v0.0.25

func (c *GatewayClient) GetRoleImage() (result *pb.BytesReply, err error)

func (*GatewayClient) GetSettings

func (c *GatewayClient) GetSettings() (result *pb.SettingsReply, err error)

func (*GatewayClient) RunMessage

func (c *GatewayClient) RunMessage(in *pb.MessageRequest) (result *pb.TextReply, err error)

func (*GatewayClient) SendMessage

func (c *GatewayClient) SendMessage(in *pb.MessageRequest) (result *pb.StateReply, err error)

func (*GatewayClient) StoreAppOAuth

func (c *GatewayClient) StoreAppOAuth(in *pb.AppRequest) (result *pb.StateReply, err error)

func (*GatewayClient) WebhookTrigger

func (c *GatewayClient) WebhookTrigger(in *pb.TriggerRequest) (result *pb.StateReply, err error)

Jump to

Keyboard shortcuts

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