clientv1

package
v0.9.5 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

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 (*UpdateCallbackURLResponse) Reset

func (x *UpdateCallbackURLResponse) Reset()

func (*UpdateCallbackURLResponse) String

func (x *UpdateCallbackURLResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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