Documentation
¶
Index ¶
- Variables
- type CreateRequest
- func (*CreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRequest) GetBackendIp() string
- func (x *CreateRequest) GetBackendVersion() string
- func (x *CreateRequest) GetCallbackUrl() string
- func (x *CreateRequest) GetMerchantDomain() string
- func (*CreateRequest) ProtoMessage()
- func (x *CreateRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRequest) Reset()
- func (x *CreateRequest) String() string
- type CreateResponse
- func (*CreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateResponse) GetAdminSecretKey() string
- func (x *CreateResponse) GetClientId() string
- func (x *CreateResponse) GetClientKey() string
- func (*CreateResponse) ProtoMessage()
- func (x *CreateResponse) ProtoReflect() protoreflect.Message
- func (x *CreateResponse) Reset()
- func (x *CreateResponse) String() string
- type GetCallbackURLRequest
- func (*GetCallbackURLRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCallbackURLRequest) GetClientId() string
- func (*GetCallbackURLRequest) ProtoMessage()
- func (x *GetCallbackURLRequest) ProtoReflect() protoreflect.Message
- func (x *GetCallbackURLRequest) Reset()
- func (x *GetCallbackURLRequest) String() string
- type GetCallbackURLResponse
- func (*GetCallbackURLResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCallbackURLResponse) GetCallbackUrl() string
- func (*GetCallbackURLResponse) ProtoMessage()
- func (x *GetCallbackURLResponse) ProtoReflect() protoreflect.Message
- func (x *GetCallbackURLResponse) Reset()
- func (x *GetCallbackURLResponse) String() string
- type UpdateCallbackURLRequest
- func (*UpdateCallbackURLRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCallbackURLRequest) GetCallbackUrl() string
- func (x *UpdateCallbackURLRequest) GetClientId() string
- func (*UpdateCallbackURLRequest) ProtoMessage()
- func (x *UpdateCallbackURLRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCallbackURLRequest) Reset()
- func (x *UpdateCallbackURLRequest) String() string
- type UpdateCallbackURLResponse
Constants ¶
This section is empty.
Variables ¶
View Source
var File_processing_client_v1_client_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CreateRequest ¶
type CreateRequest struct { CallbackUrl string `protobuf:"bytes,1,opt,name=callback_url,json=callbackUrl,proto3" json:"callback_url,omitempty"` BackendIp *string `protobuf:"bytes,2,opt,name=backend_ip,json=backendIp,proto3,oneof" json:"backend_ip,omitempty"` MerchantDomain *string `protobuf:"bytes,3,opt,name=merchant_domain,json=merchantDomain,proto3,oneof" json:"merchant_domain,omitempty"` BackendVersion string `protobuf:"bytes,4,opt,name=backend_version,json=backendVersion,proto3" json:"backend_version,omitempty"` // contains filtered or unexported fields }
func (*CreateRequest) Descriptor
deprecated
func (*CreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRequest.ProtoReflect.Descriptor instead.
func (*CreateRequest) GetBackendIp ¶
func (x *CreateRequest) GetBackendIp() string
func (*CreateRequest) GetBackendVersion ¶
func (x *CreateRequest) GetBackendVersion() string
func (*CreateRequest) GetCallbackUrl ¶
func (x *CreateRequest) GetCallbackUrl() string
func (*CreateRequest) GetMerchantDomain ¶
func (x *CreateRequest) GetMerchantDomain() string
func (*CreateRequest) ProtoMessage ¶
func (*CreateRequest) ProtoMessage()
func (*CreateRequest) ProtoReflect ¶
func (x *CreateRequest) ProtoReflect() protoreflect.Message
func (*CreateRequest) Reset ¶
func (x *CreateRequest) Reset()
func (*CreateRequest) String ¶
func (x *CreateRequest) String() string
type CreateResponse ¶
type CreateResponse struct { ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` ClientKey string `protobuf:"bytes,2,opt,name=client_key,json=clientKey,proto3" json:"client_key,omitempty"` AdminSecretKey string `protobuf:"bytes,3,opt,name=admin_secret_key,json=adminSecretKey,proto3" json:"admin_secret_key,omitempty"` // contains filtered or unexported fields }
func (*CreateResponse) Descriptor
deprecated
func (*CreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateResponse.ProtoReflect.Descriptor instead.
func (*CreateResponse) GetAdminSecretKey ¶
func (x *CreateResponse) GetAdminSecretKey() string
func (*CreateResponse) GetClientId ¶
func (x *CreateResponse) GetClientId() string
func (*CreateResponse) GetClientKey ¶
func (x *CreateResponse) GetClientKey() string
func (*CreateResponse) ProtoMessage ¶
func (*CreateResponse) ProtoMessage()
func (*CreateResponse) ProtoReflect ¶
func (x *CreateResponse) ProtoReflect() protoreflect.Message
func (*CreateResponse) Reset ¶
func (x *CreateResponse) Reset()
func (*CreateResponse) String ¶
func (x *CreateResponse) String() string
type GetCallbackURLRequest ¶
type GetCallbackURLRequest struct { ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` // contains filtered or unexported fields }
func (*GetCallbackURLRequest) Descriptor
deprecated
func (*GetCallbackURLRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCallbackURLRequest.ProtoReflect.Descriptor instead.
func (*GetCallbackURLRequest) GetClientId ¶
func (x *GetCallbackURLRequest) GetClientId() string
func (*GetCallbackURLRequest) ProtoMessage ¶
func (*GetCallbackURLRequest) ProtoMessage()
func (*GetCallbackURLRequest) ProtoReflect ¶
func (x *GetCallbackURLRequest) ProtoReflect() protoreflect.Message
func (*GetCallbackURLRequest) Reset ¶
func (x *GetCallbackURLRequest) Reset()
func (*GetCallbackURLRequest) String ¶
func (x *GetCallbackURLRequest) String() string
type GetCallbackURLResponse ¶
type GetCallbackURLResponse struct { CallbackUrl string `protobuf:"bytes,1,opt,name=callback_url,json=callbackUrl,proto3" json:"callback_url,omitempty"` // contains filtered or unexported fields }
func (*GetCallbackURLResponse) Descriptor
deprecated
func (*GetCallbackURLResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCallbackURLResponse.ProtoReflect.Descriptor instead.
func (*GetCallbackURLResponse) GetCallbackUrl ¶
func (x *GetCallbackURLResponse) GetCallbackUrl() string
func (*GetCallbackURLResponse) ProtoMessage ¶
func (*GetCallbackURLResponse) ProtoMessage()
func (*GetCallbackURLResponse) ProtoReflect ¶
func (x *GetCallbackURLResponse) ProtoReflect() protoreflect.Message
func (*GetCallbackURLResponse) Reset ¶
func (x *GetCallbackURLResponse) Reset()
func (*GetCallbackURLResponse) String ¶
func (x *GetCallbackURLResponse) String() string
type UpdateCallbackURLRequest ¶
type UpdateCallbackURLRequest struct { ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` CallbackUrl string `protobuf:"bytes,2,opt,name=callback_url,json=callbackUrl,proto3" json:"callback_url,omitempty"` // contains filtered or unexported fields }
func (*UpdateCallbackURLRequest) Descriptor
deprecated
func (*UpdateCallbackURLRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCallbackURLRequest.ProtoReflect.Descriptor instead.
func (*UpdateCallbackURLRequest) GetCallbackUrl ¶
func (x *UpdateCallbackURLRequest) GetCallbackUrl() string
func (*UpdateCallbackURLRequest) GetClientId ¶
func (x *UpdateCallbackURLRequest) GetClientId() string
func (*UpdateCallbackURLRequest) ProtoMessage ¶
func (*UpdateCallbackURLRequest) ProtoMessage()
func (*UpdateCallbackURLRequest) ProtoReflect ¶
func (x *UpdateCallbackURLRequest) ProtoReflect() protoreflect.Message
func (*UpdateCallbackURLRequest) Reset ¶
func (x *UpdateCallbackURLRequest) Reset()
func (*UpdateCallbackURLRequest) String ¶
func (x *UpdateCallbackURLRequest) String() string
type UpdateCallbackURLResponse ¶
type UpdateCallbackURLResponse struct {
// contains filtered or unexported fields
}
func (*UpdateCallbackURLResponse) Descriptor
deprecated
func (*UpdateCallbackURLResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCallbackURLResponse.ProtoReflect.Descriptor instead.
func (*UpdateCallbackURLResponse) ProtoMessage ¶
func (*UpdateCallbackURLResponse) ProtoMessage()
func (*UpdateCallbackURLResponse) ProtoReflect ¶
func (x *UpdateCallbackURLResponse) ProtoReflect() protoreflect.Message
func (*UpdateCallbackURLResponse) Reset ¶
func (x *UpdateCallbackURLResponse) Reset()
func (*UpdateCallbackURLResponse) String ¶
func (x *UpdateCallbackURLResponse) String() string
Click to show internal directories.
Click to hide internal directories.