gateway_1_0

package
v1.6.71 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) OpenConnection

func (client *Client) OpenConnection(request *OpenConnectionRequest) (_result *OpenConnectionResponse, _err error)

func (*Client) OpenConnectionWithOptions

func (client *Client) OpenConnectionWithOptions(request *OpenConnectionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *OpenConnectionResponse, _err error)

type OpenConnectionRequest

type OpenConnectionRequest struct {
	ClientId      *string                               `json:"clientId,omitempty" xml:"clientId,omitempty"`
	ClientSecret  *string                               `json:"clientSecret,omitempty" xml:"clientSecret,omitempty"`
	Extras        map[string]interface{}                `json:"extras,omitempty" xml:"extras,omitempty"`
	LocalIp       *string                               `json:"localIp,omitempty" xml:"localIp,omitempty"`
	Subscriptions []*OpenConnectionRequestSubscriptions `json:"subscriptions,omitempty" xml:"subscriptions,omitempty" type:"Repeated"`
}

func (OpenConnectionRequest) GoString

func (s OpenConnectionRequest) GoString() string

func (*OpenConnectionRequest) SetClientId

func (*OpenConnectionRequest) SetClientSecret

func (s *OpenConnectionRequest) SetClientSecret(v string) *OpenConnectionRequest

func (*OpenConnectionRequest) SetExtras added in v1.6.34

func (s *OpenConnectionRequest) SetExtras(v map[string]interface{}) *OpenConnectionRequest

func (*OpenConnectionRequest) SetLocalIp

func (*OpenConnectionRequest) SetSubscriptions

func (OpenConnectionRequest) String

func (s OpenConnectionRequest) String() string

type OpenConnectionRequestSubscriptions

type OpenConnectionRequestSubscriptions struct {
	Topic *string `json:"topic,omitempty" xml:"topic,omitempty"`
	Type  *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (OpenConnectionRequestSubscriptions) GoString

func (*OpenConnectionRequestSubscriptions) SetTopic

func (*OpenConnectionRequestSubscriptions) SetType

func (OpenConnectionRequestSubscriptions) String

type OpenConnectionResponse

type OpenConnectionResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *OpenConnectionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (OpenConnectionResponse) GoString

func (s OpenConnectionResponse) GoString() string

func (*OpenConnectionResponse) SetBody

func (*OpenConnectionResponse) SetHeaders

func (*OpenConnectionResponse) SetStatusCode

func (OpenConnectionResponse) String

func (s OpenConnectionResponse) String() string

type OpenConnectionResponseBody

type OpenConnectionResponseBody struct {
	Endpoint *string `json:"endpoint,omitempty" xml:"endpoint,omitempty"`
	Ticket   *string `json:"ticket,omitempty" xml:"ticket,omitempty"`
}

func (OpenConnectionResponseBody) GoString

func (s OpenConnectionResponseBody) GoString() string

func (*OpenConnectionResponseBody) SetEndpoint

func (*OpenConnectionResponseBody) SetTicket

func (OpenConnectionResponseBody) String

Jump to

Keyboard shortcuts

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