bloaderv1

package
v1.36.11-2025012403121... Latest Latest
Warning

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

Go to latest
Published: unknown License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

View Source
const Auth_ApiKey_case case_Auth_Auth = 3
View Source
const Auth_Auth_not_set_case case_Auth_Auth = 0
View Source
const Auth_Basic_case case_Auth_Auth = 4
View Source
const Auth_Jwt_case case_Auth_Auth = 6
View Source
const Auth_Oauth2_case case_Auth_Auth = 2
View Source
const Auth_PrivateKey_case case_Auth_Auth = 5
View Source
const CallExecResponse_OutputHttp_case case_CallExecResponse_Output = 4
View Source
const CallExecResponse_Output_not_set_case case_CallExecResponse_Output = 0
View Source
const ReceiveChanelConnectResponse_AuthResourceRequest_case case_ReceiveChanelConnectResponse_Request = 4
View Source
const ReceiveChanelConnectResponse_LoaderResourceRequest_case case_ReceiveChanelConnectResponse_Request = 3
View Source
const ReceiveChanelConnectResponse_Request_not_set_case case_ReceiveChanelConnectResponse_Request = 0
View Source
const ReceiveChanelConnectResponse_StoreResourceRequest_case case_ReceiveChanelConnectResponse_Request = 6
View Source
const ReceiveChanelConnectResponse_Store_case case_ReceiveChanelConnectResponse_Request = 5
View Source
const ReceiveChanelConnectResponse_TargetResourceRequest_case case_ReceiveChanelConnectResponse_Request = 7
View Source
const Target_Http_case case_Target_Target = 2
View Source
const Target_Target_not_set_case case_Target_Target = 0

Variables

View Source
var (
	AuthType_name = map[int32]string{
		0: "AUTH_TYPE_UNSPECIFIED",
		1: "AUTH_TYPE_OAUTH2",
		2: "AUTH_TYPE_API_KEY",
		3: "AUTH_TYPE_BASIC",
		4: "AUTH_TYPE_PRIVATE_KEY",
		5: "AUTH_TYPE_JWT",
	}
	AuthType_value = map[string]int32{
		"AUTH_TYPE_UNSPECIFIED": 0,
		"AUTH_TYPE_OAUTH2":      1,
		"AUTH_TYPE_API_KEY":     2,
		"AUTH_TYPE_BASIC":       3,
		"AUTH_TYPE_PRIVATE_KEY": 4,
		"AUTH_TYPE_JWT":         5,
	}
)

Enum value maps for AuthType.

View Source
var (
	SlaveCommandDefaultStoreType_name = map[int32]string{
		0: "SLAVE_COMMAND_DEFAULT_STORE_TYPE_UNSPECIFIED",
		1: "SLAVE_COMMAND_DEFAULT_STORE_TYPE_STORE",
		2: "SLAVE_COMMAND_DEFAULT_STORE_TYPE_THREAD_ONLY_STORE",
		3: "SLAVE_COMMAND_DEFAULT_STORE_TYPE_SLAVE_VALUES",
	}
	SlaveCommandDefaultStoreType_value = map[string]int32{
		"SLAVE_COMMAND_DEFAULT_STORE_TYPE_UNSPECIFIED":       0,
		"SLAVE_COMMAND_DEFAULT_STORE_TYPE_STORE":             1,
		"SLAVE_COMMAND_DEFAULT_STORE_TYPE_THREAD_ONLY_STORE": 2,
		"SLAVE_COMMAND_DEFAULT_STORE_TYPE_SLAVE_VALUES":      3,
	}
)

Enum value maps for SlaveCommandDefaultStoreType.

View Source
var (
	CallExecOutputType_name = map[int32]string{
		0: "CALL_EXEC_OUTPUT_TYPE_UNSPECIFIED",
		1: "CALL_EXEC_OUTPUT_TYPE_HTTP",
	}
	CallExecOutputType_value = map[string]int32{
		"CALL_EXEC_OUTPUT_TYPE_UNSPECIFIED": 0,
		"CALL_EXEC_OUTPUT_TYPE_HTTP":        1,
	}
)

Enum value maps for CallExecOutputType.

View Source
var (
	RequestType_name = map[int32]string{
		0: "REQUEST_TYPE_UNSPECIFIED",
		1: "REQUEST_TYPE_REQUEST_RESOURCE_LOADER",
		2: "REQUEST_TYPE_REQUEST_RESOURCE_AUTH",
		3: "REQUEST_TYPE_STORE",
		4: "REQUEST_TYPE_REQUEST_RESOURCE_STORE",
		5: "REQUEST_TYPE_REQUEST_RESOURCE_TARGET",
	}
	RequestType_value = map[string]int32{
		"REQUEST_TYPE_UNSPECIFIED":             0,
		"REQUEST_TYPE_REQUEST_RESOURCE_LOADER": 1,
		"REQUEST_TYPE_REQUEST_RESOURCE_AUTH":   2,
		"REQUEST_TYPE_STORE":                   3,
		"REQUEST_TYPE_REQUEST_RESOURCE_STORE":  4,
		"REQUEST_TYPE_REQUEST_RESOURCE_TARGET": 5,
	}
)

Enum value maps for RequestType.

View Source
var (
	TargetType_name = map[int32]string{
		0: "TARGET_TYPE_UNSPECIFIED",
		1: "TARGET_TYPE_HTTP",
	}
	TargetType_value = map[string]int32{
		"TARGET_TYPE_UNSPECIFIED": 0,
		"TARGET_TYPE_HTTP":        1,
	}
)

Enum value maps for TargetType.

View Source
var File_cresplanex_bloader_v1_auth_proto protoreflect.FileDescriptor
View Source
var File_cresplanex_bloader_v1_bloader_proto protoreflect.FileDescriptor
View Source
var File_cresplanex_bloader_v1_encrypt_proto protoreflect.FileDescriptor
View Source
var File_cresplanex_bloader_v1_store_proto protoreflect.FileDescriptor
View Source
var File_cresplanex_bloader_v1_target_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Auth

type Auth struct {
	Type AuthType `protobuf:"varint,1,opt,name=type,proto3,enum=cresplanex.bloader.v1.AuthType" json:"type,omitempty"`
	// Types that are valid to be assigned to Auth:
	//
	//	*Auth_Oauth2
	//	*Auth_ApiKey
	//	*Auth_Basic
	//	*Auth_PrivateKey
	//	*Auth_Jwt
	Auth isAuth_Auth `protobuf_oneof:"auth"`
	// contains filtered or unexported fields
}

func (*Auth) ClearApiKey

func (x *Auth) ClearApiKey()

func (*Auth) ClearAuth

func (x *Auth) ClearAuth()

func (*Auth) ClearBasic

func (x *Auth) ClearBasic()

func (*Auth) ClearJwt

func (x *Auth) ClearJwt()

func (*Auth) ClearOauth2

func (x *Auth) ClearOauth2()

func (*Auth) ClearPrivateKey

func (x *Auth) ClearPrivateKey()

func (*Auth) GetApiKey

func (x *Auth) GetApiKey() *AuthApiKey

func (*Auth) GetAuth

func (x *Auth) GetAuth() isAuth_Auth

func (*Auth) GetBasic

func (x *Auth) GetBasic() *AuthBasic

func (*Auth) GetJwt

func (x *Auth) GetJwt() *AuthJwt

func (*Auth) GetOauth2

func (x *Auth) GetOauth2() *AuthOAuth2

func (*Auth) GetPrivateKey

func (x *Auth) GetPrivateKey() *AuthPrivateKey

func (*Auth) GetType

func (x *Auth) GetType() AuthType

func (*Auth) HasApiKey

func (x *Auth) HasApiKey() bool

func (*Auth) HasAuth

func (x *Auth) HasAuth() bool

func (*Auth) HasBasic

func (x *Auth) HasBasic() bool

func (*Auth) HasJwt

func (x *Auth) HasJwt() bool

func (*Auth) HasOauth2

func (x *Auth) HasOauth2() bool

func (*Auth) HasPrivateKey

func (x *Auth) HasPrivateKey() bool

func (*Auth) ProtoMessage

func (*Auth) ProtoMessage()

func (*Auth) ProtoReflect

func (x *Auth) ProtoReflect() protoreflect.Message

func (*Auth) Reset

func (x *Auth) Reset()

func (*Auth) SetApiKey

func (x *Auth) SetApiKey(v *AuthApiKey)

func (*Auth) SetBasic

func (x *Auth) SetBasic(v *AuthBasic)

func (*Auth) SetJwt

func (x *Auth) SetJwt(v *AuthJwt)

func (*Auth) SetOauth2

func (x *Auth) SetOauth2(v *AuthOAuth2)

func (*Auth) SetPrivateKey

func (x *Auth) SetPrivateKey(v *AuthPrivateKey)

func (*Auth) SetType

func (x *Auth) SetType(v AuthType)

func (*Auth) String

func (x *Auth) String() string

func (*Auth) WhichAuth

func (x *Auth) WhichAuth() case_Auth_Auth

type AuthApiKey

type AuthApiKey struct {
	ApiKey     string `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	HeaderName string `protobuf:"bytes,2,opt,name=header_name,json=headerName,proto3" json:"header_name,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthApiKey) GetApiKey

func (x *AuthApiKey) GetApiKey() string

func (*AuthApiKey) GetHeaderName

func (x *AuthApiKey) GetHeaderName() string

func (*AuthApiKey) ProtoMessage

func (*AuthApiKey) ProtoMessage()

func (*AuthApiKey) ProtoReflect

func (x *AuthApiKey) ProtoReflect() protoreflect.Message

func (*AuthApiKey) Reset

func (x *AuthApiKey) Reset()

func (*AuthApiKey) SetApiKey

func (x *AuthApiKey) SetApiKey(v string)

func (*AuthApiKey) SetHeaderName

func (x *AuthApiKey) SetHeaderName(v string)

func (*AuthApiKey) String

func (x *AuthApiKey) String() string

type AuthApiKey_builder

type AuthApiKey_builder struct {
	ApiKey     string
	HeaderName string
	// contains filtered or unexported fields
}

func (AuthApiKey_builder) Build

func (b0 AuthApiKey_builder) Build() *AuthApiKey

type AuthBasic

type AuthBasic struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthBasic) GetPassword

func (x *AuthBasic) GetPassword() string

func (*AuthBasic) GetUsername

func (x *AuthBasic) GetUsername() string

func (*AuthBasic) ProtoMessage

func (*AuthBasic) ProtoMessage()

func (*AuthBasic) ProtoReflect

func (x *AuthBasic) ProtoReflect() protoreflect.Message

func (*AuthBasic) Reset

func (x *AuthBasic) Reset()

func (*AuthBasic) SetPassword

func (x *AuthBasic) SetPassword(v string)

func (*AuthBasic) SetUsername

func (x *AuthBasic) SetUsername(v string)

func (*AuthBasic) String

func (x *AuthBasic) String() string

type AuthBasic_builder

type AuthBasic_builder struct {
	Username string
	Password string
	// contains filtered or unexported fields
}

func (AuthBasic_builder) Build

func (b0 AuthBasic_builder) Build() *AuthBasic

type AuthJwt

type AuthJwt struct {
	Jwt string `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthJwt) GetJwt

func (x *AuthJwt) GetJwt() string

func (*AuthJwt) ProtoMessage

func (*AuthJwt) ProtoMessage()

func (*AuthJwt) ProtoReflect

func (x *AuthJwt) ProtoReflect() protoreflect.Message

func (*AuthJwt) Reset

func (x *AuthJwt) Reset()

func (*AuthJwt) SetJwt

func (x *AuthJwt) SetJwt(v string)

func (*AuthJwt) String

func (x *AuthJwt) String() string

type AuthJwt_builder

type AuthJwt_builder struct {
	Jwt string
	// contains filtered or unexported fields
}

func (AuthJwt_builder) Build

func (b0 AuthJwt_builder) Build() *AuthJwt

type AuthOAuth2

type AuthOAuth2 struct {
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	TokenType   string `protobuf:"bytes,2,opt,name=token_type,json=tokenType,proto3" json:"token_type,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthOAuth2) GetAccessToken

func (x *AuthOAuth2) GetAccessToken() string

func (*AuthOAuth2) GetTokenType

func (x *AuthOAuth2) GetTokenType() string

func (*AuthOAuth2) ProtoMessage

func (*AuthOAuth2) ProtoMessage()

func (*AuthOAuth2) ProtoReflect

func (x *AuthOAuth2) ProtoReflect() protoreflect.Message

func (*AuthOAuth2) Reset

func (x *AuthOAuth2) Reset()

func (*AuthOAuth2) SetAccessToken

func (x *AuthOAuth2) SetAccessToken(v string)

func (*AuthOAuth2) SetTokenType

func (x *AuthOAuth2) SetTokenType(v string)

func (*AuthOAuth2) String

func (x *AuthOAuth2) String() string

type AuthOAuth2_builder

type AuthOAuth2_builder struct {
	AccessToken string
	TokenType   string
	// contains filtered or unexported fields
}

func (AuthOAuth2_builder) Build

func (b0 AuthOAuth2_builder) Build() *AuthOAuth2

type AuthPrivateKey

type AuthPrivateKey struct {
	PrivateKey string `protobuf:"bytes,1,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthPrivateKey) GetPrivateKey

func (x *AuthPrivateKey) GetPrivateKey() string

func (*AuthPrivateKey) ProtoMessage

func (*AuthPrivateKey) ProtoMessage()

func (*AuthPrivateKey) ProtoReflect

func (x *AuthPrivateKey) ProtoReflect() protoreflect.Message

func (*AuthPrivateKey) Reset

func (x *AuthPrivateKey) Reset()

func (*AuthPrivateKey) SetPrivateKey

func (x *AuthPrivateKey) SetPrivateKey(v string)

func (*AuthPrivateKey) String

func (x *AuthPrivateKey) String() string

type AuthPrivateKey_builder

type AuthPrivateKey_builder struct {
	PrivateKey string
	// contains filtered or unexported fields
}

func (AuthPrivateKey_builder) Build

type AuthType

type AuthType int32
const (
	AuthType_AUTH_TYPE_UNSPECIFIED AuthType = 0
	AuthType_AUTH_TYPE_OAUTH2      AuthType = 1
	AuthType_AUTH_TYPE_API_KEY     AuthType = 2
	AuthType_AUTH_TYPE_BASIC       AuthType = 3
	AuthType_AUTH_TYPE_PRIVATE_KEY AuthType = 4
	AuthType_AUTH_TYPE_JWT         AuthType = 5
)

func (AuthType) Descriptor

func (AuthType) Descriptor() protoreflect.EnumDescriptor

func (AuthType) Enum

func (x AuthType) Enum() *AuthType

func (AuthType) Number

func (x AuthType) Number() protoreflect.EnumNumber

func (AuthType) String

func (x AuthType) String() string

func (AuthType) Type

type Auth_ApiKey

type Auth_ApiKey struct {
	ApiKey *AuthApiKey `protobuf:"bytes,3,opt,name=api_key,json=apiKey,proto3,oneof"`
}

type Auth_Basic

type Auth_Basic struct {
	Basic *AuthBasic `protobuf:"bytes,4,opt,name=basic,proto3,oneof"`
}

type Auth_Jwt

type Auth_Jwt struct {
	Jwt *AuthJwt `protobuf:"bytes,6,opt,name=jwt,proto3,oneof"`
}

type Auth_Oauth2

type Auth_Oauth2 struct {
	Oauth2 *AuthOAuth2 `protobuf:"bytes,2,opt,name=oauth2,proto3,oneof"`
}

type Auth_PrivateKey

type Auth_PrivateKey struct {
	PrivateKey *AuthPrivateKey `protobuf:"bytes,5,opt,name=private_key,json=privateKey,proto3,oneof"`
}

type Auth_builder

type Auth_builder struct {
	Type AuthType
	// Fields of oneof Auth:
	Oauth2     *AuthOAuth2
	ApiKey     *AuthApiKey
	Basic      *AuthBasic
	PrivateKey *AuthPrivateKey
	Jwt        *AuthJwt
	// contains filtered or unexported fields
}

func (Auth_builder) Build

func (b0 Auth_builder) Build() *Auth

type CallExecOutputHTTP

type CallExecOutputHTTP struct {
	Data []string `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CallExecOutputHTTP) GetData

func (x *CallExecOutputHTTP) GetData() []string

func (*CallExecOutputHTTP) ProtoMessage

func (*CallExecOutputHTTP) ProtoMessage()

func (*CallExecOutputHTTP) ProtoReflect

func (x *CallExecOutputHTTP) ProtoReflect() protoreflect.Message

func (*CallExecOutputHTTP) Reset

func (x *CallExecOutputHTTP) Reset()

func (*CallExecOutputHTTP) SetData

func (x *CallExecOutputHTTP) SetData(v []string)

func (*CallExecOutputHTTP) String

func (x *CallExecOutputHTTP) String() string

type CallExecOutputHTTP_builder

type CallExecOutputHTTP_builder struct {
	Data []string
	// contains filtered or unexported fields
}

func (CallExecOutputHTTP_builder) Build

type CallExecOutputType

type CallExecOutputType int32
const (
	CallExecOutputType_CALL_EXEC_OUTPUT_TYPE_UNSPECIFIED CallExecOutputType = 0
	CallExecOutputType_CALL_EXEC_OUTPUT_TYPE_HTTP        CallExecOutputType = 1
)

func (CallExecOutputType) Descriptor

func (CallExecOutputType) Enum

func (CallExecOutputType) Number

func (CallExecOutputType) String

func (x CallExecOutputType) String() string

func (CallExecOutputType) Type

type CallExecRequest

type CallExecRequest struct {
	ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	CommandId    string `protobuf:"bytes,2,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CallExecRequest) GetCommandId

func (x *CallExecRequest) GetCommandId() string

func (*CallExecRequest) GetConnectionId

func (x *CallExecRequest) GetConnectionId() string

func (*CallExecRequest) ProtoMessage

func (*CallExecRequest) ProtoMessage()

func (*CallExecRequest) ProtoReflect

func (x *CallExecRequest) ProtoReflect() protoreflect.Message

func (*CallExecRequest) Reset

func (x *CallExecRequest) Reset()

func (*CallExecRequest) SetCommandId

func (x *CallExecRequest) SetCommandId(v string)

func (*CallExecRequest) SetConnectionId

func (x *CallExecRequest) SetConnectionId(v string)

func (*CallExecRequest) String

func (x *CallExecRequest) String() string

type CallExecRequest_builder

type CallExecRequest_builder struct {
	ConnectionId string
	CommandId    string
	// contains filtered or unexported fields
}

func (CallExecRequest_builder) Build

type CallExecResponse

type CallExecResponse struct {
	OutputId   string             `protobuf:"bytes,1,opt,name=output_id,json=outputId,proto3" json:"output_id,omitempty"`
	OutputType CallExecOutputType `` /* 138-byte string literal not displayed */
	OutputRoot string             `protobuf:"bytes,3,opt,name=output_root,json=outputRoot,proto3" json:"output_root,omitempty"`
	// Types that are valid to be assigned to Output:
	//
	//	*CallExecResponse_OutputHttp
	Output isCallExecResponse_Output `protobuf_oneof:"output"`
	// contains filtered or unexported fields
}

func (*CallExecResponse) ClearOutput

func (x *CallExecResponse) ClearOutput()

func (*CallExecResponse) ClearOutputHttp

func (x *CallExecResponse) ClearOutputHttp()

func (*CallExecResponse) GetOutput

func (x *CallExecResponse) GetOutput() isCallExecResponse_Output

func (*CallExecResponse) GetOutputHttp

func (x *CallExecResponse) GetOutputHttp() *CallExecOutputHTTP

func (*CallExecResponse) GetOutputId

func (x *CallExecResponse) GetOutputId() string

func (*CallExecResponse) GetOutputRoot

func (x *CallExecResponse) GetOutputRoot() string

func (*CallExecResponse) GetOutputType

func (x *CallExecResponse) GetOutputType() CallExecOutputType

func (*CallExecResponse) HasOutput

func (x *CallExecResponse) HasOutput() bool

func (*CallExecResponse) HasOutputHttp

func (x *CallExecResponse) HasOutputHttp() bool

func (*CallExecResponse) ProtoMessage

func (*CallExecResponse) ProtoMessage()

func (*CallExecResponse) ProtoReflect

func (x *CallExecResponse) ProtoReflect() protoreflect.Message

func (*CallExecResponse) Reset

func (x *CallExecResponse) Reset()

func (*CallExecResponse) SetOutputHttp

func (x *CallExecResponse) SetOutputHttp(v *CallExecOutputHTTP)

func (*CallExecResponse) SetOutputId

func (x *CallExecResponse) SetOutputId(v string)

func (*CallExecResponse) SetOutputRoot

func (x *CallExecResponse) SetOutputRoot(v string)

func (*CallExecResponse) SetOutputType

func (x *CallExecResponse) SetOutputType(v CallExecOutputType)

func (*CallExecResponse) String

func (x *CallExecResponse) String() string

func (*CallExecResponse) WhichOutput

func (x *CallExecResponse) WhichOutput() case_CallExecResponse_Output

type CallExecResponse_OutputHttp

type CallExecResponse_OutputHttp struct {
	OutputHttp *CallExecOutputHTTP `protobuf:"bytes,4,opt,name=output_http,json=outputHttp,proto3,oneof"`
}

type CallExecResponse_builder

type CallExecResponse_builder struct {
	OutputId   string
	OutputType CallExecOutputType
	OutputRoot string
	// Fields of oneof Output:
	OutputHttp *CallExecOutputHTTP
	// contains filtered or unexported fields
}

func (CallExecResponse_builder) Build

type ConnectRequest

type ConnectRequest struct {
	Environment string `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectRequest) GetEnvironment

func (x *ConnectRequest) GetEnvironment() string

func (*ConnectRequest) ProtoMessage

func (*ConnectRequest) ProtoMessage()

func (*ConnectRequest) ProtoReflect

func (x *ConnectRequest) ProtoReflect() protoreflect.Message

func (*ConnectRequest) Reset

func (x *ConnectRequest) Reset()

func (*ConnectRequest) SetEnvironment

func (x *ConnectRequest) SetEnvironment(v string)

func (*ConnectRequest) String

func (x *ConnectRequest) String() string

type ConnectRequest_builder

type ConnectRequest_builder struct {
	Environment string
	// contains filtered or unexported fields
}

func (ConnectRequest_builder) Build

type ConnectResponse

type ConnectResponse struct {
	ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectResponse) GetConnectionId

func (x *ConnectResponse) GetConnectionId() string

func (*ConnectResponse) ProtoMessage

func (*ConnectResponse) ProtoMessage()

func (*ConnectResponse) ProtoReflect

func (x *ConnectResponse) ProtoReflect() protoreflect.Message

func (*ConnectResponse) Reset

func (x *ConnectResponse) Reset()

func (*ConnectResponse) SetConnectionId

func (x *ConnectResponse) SetConnectionId(v string)

func (*ConnectResponse) String

func (x *ConnectResponse) String() string

type ConnectResponse_builder

type ConnectResponse_builder struct {
	ConnectionId string
	// contains filtered or unexported fields
}

func (ConnectResponse_builder) Build

type DisconnectRequest

type DisconnectRequest struct {
	ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisconnectRequest) GetConnectionId

func (x *DisconnectRequest) GetConnectionId() string

func (*DisconnectRequest) ProtoMessage

func (*DisconnectRequest) ProtoMessage()

func (*DisconnectRequest) ProtoReflect

func (x *DisconnectRequest) ProtoReflect() protoreflect.Message

func (*DisconnectRequest) Reset

func (x *DisconnectRequest) Reset()

func (*DisconnectRequest) SetConnectionId

func (x *DisconnectRequest) SetConnectionId(v string)

func (*DisconnectRequest) String

func (x *DisconnectRequest) String() string

type DisconnectRequest_builder

type DisconnectRequest_builder struct {
	ConnectionId string
	// contains filtered or unexported fields
}

func (DisconnectRequest_builder) Build

type DisconnectResponse

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

func (*DisconnectResponse) ProtoMessage

func (*DisconnectResponse) ProtoMessage()

func (*DisconnectResponse) ProtoReflect

func (x *DisconnectResponse) ProtoReflect() protoreflect.Message

func (*DisconnectResponse) Reset

func (x *DisconnectResponse) Reset()

func (*DisconnectResponse) String

func (x *DisconnectResponse) String() string

type DisconnectResponse_builder

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

func (DisconnectResponse_builder) Build

type Encryption

type Encryption struct {
	Enabled   bool   `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	EncryptId string `protobuf:"bytes,2,opt,name=encrypt_id,json=encryptId,proto3" json:"encrypt_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Encryption) GetEnabled

func (x *Encryption) GetEnabled() bool

func (*Encryption) GetEncryptId

func (x *Encryption) GetEncryptId() string

func (*Encryption) ProtoMessage

func (*Encryption) ProtoMessage()

func (*Encryption) ProtoReflect

func (x *Encryption) ProtoReflect() protoreflect.Message

func (*Encryption) Reset

func (x *Encryption) Reset()

func (*Encryption) SetEnabled

func (x *Encryption) SetEnabled(v bool)

func (*Encryption) SetEncryptId

func (x *Encryption) SetEncryptId(v string)

func (*Encryption) String

func (x *Encryption) String() string

type Encryption_builder

type Encryption_builder struct {
	Enabled   bool
	EncryptId string
	// contains filtered or unexported fields
}

func (Encryption_builder) Build

func (b0 Encryption_builder) Build() *Encryption

type ReceiveChanelConnectAuthResourceRequest

type ReceiveChanelConnectAuthResourceRequest struct {
	AuthId    string `protobuf:"bytes,1,opt,name=auth_id,json=authId,proto3" json:"auth_id,omitempty"`
	IsDefault bool   `protobuf:"varint,2,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*ReceiveChanelConnectAuthResourceRequest) GetAuthId

func (*ReceiveChanelConnectAuthResourceRequest) GetIsDefault

func (*ReceiveChanelConnectAuthResourceRequest) ProtoMessage

func (*ReceiveChanelConnectAuthResourceRequest) ProtoReflect

func (*ReceiveChanelConnectAuthResourceRequest) Reset

func (*ReceiveChanelConnectAuthResourceRequest) SetAuthId

func (*ReceiveChanelConnectAuthResourceRequest) SetIsDefault

func (x *ReceiveChanelConnectAuthResourceRequest) SetIsDefault(v bool)

func (*ReceiveChanelConnectAuthResourceRequest) String

type ReceiveChanelConnectAuthResourceRequest_builder

type ReceiveChanelConnectAuthResourceRequest_builder struct {
	AuthId    string
	IsDefault bool
	// contains filtered or unexported fields
}

func (ReceiveChanelConnectAuthResourceRequest_builder) Build

type ReceiveChanelConnectLoaderResourceRequest

type ReceiveChanelConnectLoaderResourceRequest struct {
	LoaderId string `protobuf:"bytes,1,opt,name=loader_id,json=loaderId,proto3" json:"loader_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReceiveChanelConnectLoaderResourceRequest) GetLoaderId

func (*ReceiveChanelConnectLoaderResourceRequest) ProtoMessage

func (*ReceiveChanelConnectLoaderResourceRequest) ProtoReflect

func (*ReceiveChanelConnectLoaderResourceRequest) Reset

func (*ReceiveChanelConnectLoaderResourceRequest) SetLoaderId

func (*ReceiveChanelConnectLoaderResourceRequest) String

type ReceiveChanelConnectLoaderResourceRequest_builder

type ReceiveChanelConnectLoaderResourceRequest_builder struct {
	LoaderId string
	// contains filtered or unexported fields
}

func (ReceiveChanelConnectLoaderResourceRequest_builder) Build

type ReceiveChanelConnectRequest

type ReceiveChanelConnectRequest struct {
	ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReceiveChanelConnectRequest) GetConnectionId

func (x *ReceiveChanelConnectRequest) GetConnectionId() string

func (*ReceiveChanelConnectRequest) ProtoMessage

func (*ReceiveChanelConnectRequest) ProtoMessage()

func (*ReceiveChanelConnectRequest) ProtoReflect

func (*ReceiveChanelConnectRequest) Reset

func (x *ReceiveChanelConnectRequest) Reset()

func (*ReceiveChanelConnectRequest) SetConnectionId

func (x *ReceiveChanelConnectRequest) SetConnectionId(v string)

func (*ReceiveChanelConnectRequest) String

func (x *ReceiveChanelConnectRequest) String() string

type ReceiveChanelConnectRequest_builder

type ReceiveChanelConnectRequest_builder struct {
	ConnectionId string
	// contains filtered or unexported fields
}

func (ReceiveChanelConnectRequest_builder) Build

type ReceiveChanelConnectResponse

type ReceiveChanelConnectResponse struct {
	RequestId   string      `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	RequestType RequestType `` /* 134-byte string literal not displayed */
	// Types that are valid to be assigned to Request:
	//
	//	*ReceiveChanelConnectResponse_LoaderResourceRequest
	//	*ReceiveChanelConnectResponse_AuthResourceRequest
	//	*ReceiveChanelConnectResponse_Store
	//	*ReceiveChanelConnectResponse_StoreResourceRequest
	//	*ReceiveChanelConnectResponse_TargetResourceRequest
	Request isReceiveChanelConnectResponse_Request `protobuf_oneof:"request"`
	// contains filtered or unexported fields
}

func (*ReceiveChanelConnectResponse) ClearAuthResourceRequest

func (x *ReceiveChanelConnectResponse) ClearAuthResourceRequest()

func (*ReceiveChanelConnectResponse) ClearLoaderResourceRequest

func (x *ReceiveChanelConnectResponse) ClearLoaderResourceRequest()

func (*ReceiveChanelConnectResponse) ClearRequest

func (x *ReceiveChanelConnectResponse) ClearRequest()

func (*ReceiveChanelConnectResponse) ClearStore

func (x *ReceiveChanelConnectResponse) ClearStore()

func (*ReceiveChanelConnectResponse) ClearStoreResourceRequest

func (x *ReceiveChanelConnectResponse) ClearStoreResourceRequest()

func (*ReceiveChanelConnectResponse) ClearTargetResourceRequest

func (x *ReceiveChanelConnectResponse) ClearTargetResourceRequest()

func (*ReceiveChanelConnectResponse) GetAuthResourceRequest

func (*ReceiveChanelConnectResponse) GetLoaderResourceRequest

func (*ReceiveChanelConnectResponse) GetRequest

func (x *ReceiveChanelConnectResponse) GetRequest() isReceiveChanelConnectResponse_Request

func (*ReceiveChanelConnectResponse) GetRequestId

func (x *ReceiveChanelConnectResponse) GetRequestId() string

func (*ReceiveChanelConnectResponse) GetRequestType

func (x *ReceiveChanelConnectResponse) GetRequestType() RequestType

func (*ReceiveChanelConnectResponse) GetStore

func (*ReceiveChanelConnectResponse) GetStoreResourceRequest

func (*ReceiveChanelConnectResponse) GetTargetResourceRequest

func (*ReceiveChanelConnectResponse) HasAuthResourceRequest

func (x *ReceiveChanelConnectResponse) HasAuthResourceRequest() bool

func (*ReceiveChanelConnectResponse) HasLoaderResourceRequest

func (x *ReceiveChanelConnectResponse) HasLoaderResourceRequest() bool

func (*ReceiveChanelConnectResponse) HasRequest

func (x *ReceiveChanelConnectResponse) HasRequest() bool

func (*ReceiveChanelConnectResponse) HasStore

func (x *ReceiveChanelConnectResponse) HasStore() bool

func (*ReceiveChanelConnectResponse) HasStoreResourceRequest

func (x *ReceiveChanelConnectResponse) HasStoreResourceRequest() bool

func (*ReceiveChanelConnectResponse) HasTargetResourceRequest

func (x *ReceiveChanelConnectResponse) HasTargetResourceRequest() bool

func (*ReceiveChanelConnectResponse) ProtoMessage

func (*ReceiveChanelConnectResponse) ProtoMessage()

func (*ReceiveChanelConnectResponse) ProtoReflect

func (*ReceiveChanelConnectResponse) Reset

func (x *ReceiveChanelConnectResponse) Reset()

func (*ReceiveChanelConnectResponse) SetAuthResourceRequest

func (*ReceiveChanelConnectResponse) SetLoaderResourceRequest

func (*ReceiveChanelConnectResponse) SetRequestId

func (x *ReceiveChanelConnectResponse) SetRequestId(v string)

func (*ReceiveChanelConnectResponse) SetRequestType

func (x *ReceiveChanelConnectResponse) SetRequestType(v RequestType)

func (*ReceiveChanelConnectResponse) SetStore

func (*ReceiveChanelConnectResponse) SetStoreResourceRequest

func (*ReceiveChanelConnectResponse) SetTargetResourceRequest

func (*ReceiveChanelConnectResponse) String

func (*ReceiveChanelConnectResponse) WhichRequest

func (x *ReceiveChanelConnectResponse) WhichRequest() case_ReceiveChanelConnectResponse_Request

type ReceiveChanelConnectResponse_AuthResourceRequest

type ReceiveChanelConnectResponse_AuthResourceRequest struct {
	AuthResourceRequest *ReceiveChanelConnectAuthResourceRequest `protobuf:"bytes,4,opt,name=auth_resource_request,json=authResourceRequest,proto3,oneof"`
}

type ReceiveChanelConnectResponse_LoaderResourceRequest

type ReceiveChanelConnectResponse_LoaderResourceRequest struct {
	LoaderResourceRequest *ReceiveChanelConnectLoaderResourceRequest `protobuf:"bytes,3,opt,name=loader_resource_request,json=loaderResourceRequest,proto3,oneof"`
}

type ReceiveChanelConnectResponse_Store

type ReceiveChanelConnectResponse_Store struct {
	Store *ReceiveChanelConnectStore `protobuf:"bytes,5,opt,name=store,proto3,oneof"`
}

type ReceiveChanelConnectResponse_StoreResourceRequest

type ReceiveChanelConnectResponse_StoreResourceRequest struct {
	StoreResourceRequest *ReceiveChanelConnectStoreResourceRequest `protobuf:"bytes,6,opt,name=store_resource_request,json=storeResourceRequest,proto3,oneof"`
}

type ReceiveChanelConnectResponse_TargetResourceRequest

type ReceiveChanelConnectResponse_TargetResourceRequest struct {
	TargetResourceRequest *ReceiveChanelConnectTargetResourceRequest `protobuf:"bytes,7,opt,name=target_resource_request,json=targetResourceRequest,proto3,oneof"`
}

type ReceiveChanelConnectResponse_builder

type ReceiveChanelConnectResponse_builder struct {
	RequestId   string
	RequestType RequestType
	// Fields of oneof Request:
	LoaderResourceRequest *ReceiveChanelConnectLoaderResourceRequest
	AuthResourceRequest   *ReceiveChanelConnectAuthResourceRequest
	Store                 *ReceiveChanelConnectStore
	StoreResourceRequest  *ReceiveChanelConnectStoreResourceRequest
	TargetResourceRequest *ReceiveChanelConnectTargetResourceRequest
	// contains filtered or unexported fields
}

func (ReceiveChanelConnectResponse_builder) Build

type ReceiveChanelConnectStore

type ReceiveChanelConnectStore struct {
	Uid         string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Data        []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	IsLastChunk bool   `protobuf:"varint,3,opt,name=is_last_chunk,json=isLastChunk,proto3" json:"is_last_chunk,omitempty"`
	// contains filtered or unexported fields
}

func (*ReceiveChanelConnectStore) GetData

func (x *ReceiveChanelConnectStore) GetData() []byte

func (*ReceiveChanelConnectStore) GetIsLastChunk

func (x *ReceiveChanelConnectStore) GetIsLastChunk() bool

func (*ReceiveChanelConnectStore) GetUid

func (x *ReceiveChanelConnectStore) GetUid() string

func (*ReceiveChanelConnectStore) ProtoMessage

func (*ReceiveChanelConnectStore) ProtoMessage()

func (*ReceiveChanelConnectStore) ProtoReflect

func (*ReceiveChanelConnectStore) Reset

func (x *ReceiveChanelConnectStore) Reset()

func (*ReceiveChanelConnectStore) SetData

func (x *ReceiveChanelConnectStore) SetData(v []byte)

func (*ReceiveChanelConnectStore) SetIsLastChunk

func (x *ReceiveChanelConnectStore) SetIsLastChunk(v bool)

func (*ReceiveChanelConnectStore) SetUid

func (x *ReceiveChanelConnectStore) SetUid(v string)

func (*ReceiveChanelConnectStore) String

func (x *ReceiveChanelConnectStore) String() string

type ReceiveChanelConnectStoreResourceRequest

type ReceiveChanelConnectStoreResourceRequest struct {
	Uid         string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Data        []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	IsLastChunk bool   `protobuf:"varint,3,opt,name=is_last_chunk,json=isLastChunk,proto3" json:"is_last_chunk,omitempty"`
	// contains filtered or unexported fields
}

func (*ReceiveChanelConnectStoreResourceRequest) GetData

func (*ReceiveChanelConnectStoreResourceRequest) GetIsLastChunk

func (x *ReceiveChanelConnectStoreResourceRequest) GetIsLastChunk() bool

func (*ReceiveChanelConnectStoreResourceRequest) GetUid

func (*ReceiveChanelConnectStoreResourceRequest) ProtoMessage

func (*ReceiveChanelConnectStoreResourceRequest) ProtoReflect

func (*ReceiveChanelConnectStoreResourceRequest) Reset

func (*ReceiveChanelConnectStoreResourceRequest) SetData

func (*ReceiveChanelConnectStoreResourceRequest) SetIsLastChunk

func (x *ReceiveChanelConnectStoreResourceRequest) SetIsLastChunk(v bool)

func (*ReceiveChanelConnectStoreResourceRequest) SetUid

func (*ReceiveChanelConnectStoreResourceRequest) String

type ReceiveChanelConnectStoreResourceRequest_builder

type ReceiveChanelConnectStoreResourceRequest_builder struct {
	Uid         string
	Data        []byte
	IsLastChunk bool
	// contains filtered or unexported fields
}

func (ReceiveChanelConnectStoreResourceRequest_builder) Build

type ReceiveChanelConnectStore_builder

type ReceiveChanelConnectStore_builder struct {
	Uid         string
	Data        []byte
	IsLastChunk bool
	// contains filtered or unexported fields
}

func (ReceiveChanelConnectStore_builder) Build

type ReceiveChanelConnectTargetResourceRequest

type ReceiveChanelConnectTargetResourceRequest struct {
	TargetId string `protobuf:"bytes,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReceiveChanelConnectTargetResourceRequest) GetTargetId

func (*ReceiveChanelConnectTargetResourceRequest) ProtoMessage

func (*ReceiveChanelConnectTargetResourceRequest) ProtoReflect

func (*ReceiveChanelConnectTargetResourceRequest) Reset

func (*ReceiveChanelConnectTargetResourceRequest) SetTargetId

func (*ReceiveChanelConnectTargetResourceRequest) String

type ReceiveChanelConnectTargetResourceRequest_builder

type ReceiveChanelConnectTargetResourceRequest_builder struct {
	TargetId string
	// contains filtered or unexported fields
}

func (ReceiveChanelConnectTargetResourceRequest_builder) Build

type ReceiveLoadTermChannelRequest

type ReceiveLoadTermChannelRequest struct {
	ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	CommandId    string `protobuf:"bytes,2,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReceiveLoadTermChannelRequest) GetCommandId

func (x *ReceiveLoadTermChannelRequest) GetCommandId() string

func (*ReceiveLoadTermChannelRequest) GetConnectionId

func (x *ReceiveLoadTermChannelRequest) GetConnectionId() string

func (*ReceiveLoadTermChannelRequest) ProtoMessage

func (*ReceiveLoadTermChannelRequest) ProtoMessage()

func (*ReceiveLoadTermChannelRequest) ProtoReflect

func (*ReceiveLoadTermChannelRequest) Reset

func (x *ReceiveLoadTermChannelRequest) Reset()

func (*ReceiveLoadTermChannelRequest) SetCommandId

func (x *ReceiveLoadTermChannelRequest) SetCommandId(v string)

func (*ReceiveLoadTermChannelRequest) SetConnectionId

func (x *ReceiveLoadTermChannelRequest) SetConnectionId(v string)

func (*ReceiveLoadTermChannelRequest) String

type ReceiveLoadTermChannelRequest_builder

type ReceiveLoadTermChannelRequest_builder struct {
	ConnectionId string
	CommandId    string
	// contains filtered or unexported fields
}

func (ReceiveLoadTermChannelRequest_builder) Build

type ReceiveLoadTermChannelResponse

type ReceiveLoadTermChannelResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*ReceiveLoadTermChannelResponse) GetSuccess

func (x *ReceiveLoadTermChannelResponse) GetSuccess() bool

func (*ReceiveLoadTermChannelResponse) ProtoMessage

func (*ReceiveLoadTermChannelResponse) ProtoMessage()

func (*ReceiveLoadTermChannelResponse) ProtoReflect

func (*ReceiveLoadTermChannelResponse) Reset

func (x *ReceiveLoadTermChannelResponse) Reset()

func (*ReceiveLoadTermChannelResponse) SetSuccess

func (x *ReceiveLoadTermChannelResponse) SetSuccess(v bool)

func (*ReceiveLoadTermChannelResponse) String

type ReceiveLoadTermChannelResponse_builder

type ReceiveLoadTermChannelResponse_builder struct {
	Success bool
	// contains filtered or unexported fields
}

func (ReceiveLoadTermChannelResponse_builder) Build

type RequestType

type RequestType int32
const (
	RequestType_REQUEST_TYPE_UNSPECIFIED             RequestType = 0
	RequestType_REQUEST_TYPE_REQUEST_RESOURCE_LOADER RequestType = 1
	RequestType_REQUEST_TYPE_REQUEST_RESOURCE_AUTH   RequestType = 2
	RequestType_REQUEST_TYPE_STORE                   RequestType = 3
	RequestType_REQUEST_TYPE_REQUEST_RESOURCE_STORE  RequestType = 4
	RequestType_REQUEST_TYPE_REQUEST_RESOURCE_TARGET RequestType = 5
)

func (RequestType) Descriptor

func (RequestType) Enum

func (x RequestType) Enum() *RequestType

func (RequestType) Number

func (x RequestType) Number() protoreflect.EnumNumber

func (RequestType) String

func (x RequestType) String() string

func (RequestType) Type

type SendAuthRequest

type SendAuthRequest struct {
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	AuthId    string `protobuf:"bytes,2,opt,name=auth_id,json=authId,proto3" json:"auth_id,omitempty"`
	Auth      *Auth  `protobuf:"bytes,3,opt,name=auth,proto3" json:"auth,omitempty"`
	IsDefault bool   `protobuf:"varint,4,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*SendAuthRequest) ClearAuth

func (x *SendAuthRequest) ClearAuth()

func (*SendAuthRequest) GetAuth

func (x *SendAuthRequest) GetAuth() *Auth

func (*SendAuthRequest) GetAuthId

func (x *SendAuthRequest) GetAuthId() string

func (*SendAuthRequest) GetIsDefault

func (x *SendAuthRequest) GetIsDefault() bool

func (*SendAuthRequest) GetRequestId

func (x *SendAuthRequest) GetRequestId() string

func (*SendAuthRequest) HasAuth

func (x *SendAuthRequest) HasAuth() bool

func (*SendAuthRequest) ProtoMessage

func (*SendAuthRequest) ProtoMessage()

func (*SendAuthRequest) ProtoReflect

func (x *SendAuthRequest) ProtoReflect() protoreflect.Message

func (*SendAuthRequest) Reset

func (x *SendAuthRequest) Reset()

func (*SendAuthRequest) SetAuth

func (x *SendAuthRequest) SetAuth(v *Auth)

func (*SendAuthRequest) SetAuthId

func (x *SendAuthRequest) SetAuthId(v string)

func (*SendAuthRequest) SetIsDefault

func (x *SendAuthRequest) SetIsDefault(v bool)

func (*SendAuthRequest) SetRequestId

func (x *SendAuthRequest) SetRequestId(v string)

func (*SendAuthRequest) String

func (x *SendAuthRequest) String() string

type SendAuthRequest_builder

type SendAuthRequest_builder struct {
	RequestId string
	AuthId    string
	Auth      *Auth
	IsDefault bool
	// contains filtered or unexported fields
}

func (SendAuthRequest_builder) Build

type SendAuthResponse

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

func (*SendAuthResponse) ProtoMessage

func (*SendAuthResponse) ProtoMessage()

func (*SendAuthResponse) ProtoReflect

func (x *SendAuthResponse) ProtoReflect() protoreflect.Message

func (*SendAuthResponse) Reset

func (x *SendAuthResponse) Reset()

func (*SendAuthResponse) String

func (x *SendAuthResponse) String() string

type SendAuthResponse_builder

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

func (SendAuthResponse_builder) Build

type SendLoaderRequest

type SendLoaderRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	LoaderId    string `protobuf:"bytes,2,opt,name=loader_id,json=loaderId,proto3" json:"loader_id,omitempty"`
	Content     []byte `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	IsLastChunk bool   `protobuf:"varint,4,opt,name=is_last_chunk,json=isLastChunk,proto3" json:"is_last_chunk,omitempty"`
	// contains filtered or unexported fields
}

func (*SendLoaderRequest) GetContent

func (x *SendLoaderRequest) GetContent() []byte

func (*SendLoaderRequest) GetIsLastChunk

func (x *SendLoaderRequest) GetIsLastChunk() bool

func (*SendLoaderRequest) GetLoaderId

func (x *SendLoaderRequest) GetLoaderId() string

func (*SendLoaderRequest) GetRequestId

func (x *SendLoaderRequest) GetRequestId() string

func (*SendLoaderRequest) ProtoMessage

func (*SendLoaderRequest) ProtoMessage()

func (*SendLoaderRequest) ProtoReflect

func (x *SendLoaderRequest) ProtoReflect() protoreflect.Message

func (*SendLoaderRequest) Reset

func (x *SendLoaderRequest) Reset()

func (*SendLoaderRequest) SetContent

func (x *SendLoaderRequest) SetContent(v []byte)

func (*SendLoaderRequest) SetIsLastChunk

func (x *SendLoaderRequest) SetIsLastChunk(v bool)

func (*SendLoaderRequest) SetLoaderId

func (x *SendLoaderRequest) SetLoaderId(v string)

func (*SendLoaderRequest) SetRequestId

func (x *SendLoaderRequest) SetRequestId(v string)

func (*SendLoaderRequest) String

func (x *SendLoaderRequest) String() string

type SendLoaderRequest_builder

type SendLoaderRequest_builder struct {
	RequestId   string
	LoaderId    string
	Content     []byte
	IsLastChunk bool
	// contains filtered or unexported fields
}

func (SendLoaderRequest_builder) Build

type SendLoaderResponse

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

func (*SendLoaderResponse) ProtoMessage

func (*SendLoaderResponse) ProtoMessage()

func (*SendLoaderResponse) ProtoReflect

func (x *SendLoaderResponse) ProtoReflect() protoreflect.Message

func (*SendLoaderResponse) Reset

func (x *SendLoaderResponse) Reset()

func (*SendLoaderResponse) String

func (x *SendLoaderResponse) String() string

type SendLoaderResponse_builder

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

func (SendLoaderResponse_builder) Build

type SendStoreDataRequest

type SendStoreDataRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Data        []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	IsLastChunk bool   `protobuf:"varint,3,opt,name=is_last_chunk,json=isLastChunk,proto3" json:"is_last_chunk,omitempty"`
	// contains filtered or unexported fields
}

func (*SendStoreDataRequest) GetData

func (x *SendStoreDataRequest) GetData() []byte

func (*SendStoreDataRequest) GetIsLastChunk

func (x *SendStoreDataRequest) GetIsLastChunk() bool

func (*SendStoreDataRequest) GetRequestId

func (x *SendStoreDataRequest) GetRequestId() string

func (*SendStoreDataRequest) ProtoMessage

func (*SendStoreDataRequest) ProtoMessage()

func (*SendStoreDataRequest) ProtoReflect

func (x *SendStoreDataRequest) ProtoReflect() protoreflect.Message

func (*SendStoreDataRequest) Reset

func (x *SendStoreDataRequest) Reset()

func (*SendStoreDataRequest) SetData

func (x *SendStoreDataRequest) SetData(v []byte)

func (*SendStoreDataRequest) SetIsLastChunk

func (x *SendStoreDataRequest) SetIsLastChunk(v bool)

func (*SendStoreDataRequest) SetRequestId

func (x *SendStoreDataRequest) SetRequestId(v string)

func (*SendStoreDataRequest) String

func (x *SendStoreDataRequest) String() string

type SendStoreDataRequest_builder

type SendStoreDataRequest_builder struct {
	RequestId   string
	Data        []byte
	IsLastChunk bool
	// contains filtered or unexported fields
}

func (SendStoreDataRequest_builder) Build

type SendStoreDataResponse

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

func (*SendStoreDataResponse) ProtoMessage

func (*SendStoreDataResponse) ProtoMessage()

func (*SendStoreDataResponse) ProtoReflect

func (x *SendStoreDataResponse) ProtoReflect() protoreflect.Message

func (*SendStoreDataResponse) Reset

func (x *SendStoreDataResponse) Reset()

func (*SendStoreDataResponse) String

func (x *SendStoreDataResponse) String() string

type SendStoreDataResponse_builder

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

func (SendStoreDataResponse_builder) Build

type SendStoreOkRequest

type SendStoreOkRequest struct {
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SendStoreOkRequest) GetRequestId

func (x *SendStoreOkRequest) GetRequestId() string

func (*SendStoreOkRequest) ProtoMessage

func (*SendStoreOkRequest) ProtoMessage()

func (*SendStoreOkRequest) ProtoReflect

func (x *SendStoreOkRequest) ProtoReflect() protoreflect.Message

func (*SendStoreOkRequest) Reset

func (x *SendStoreOkRequest) Reset()

func (*SendStoreOkRequest) SetRequestId

func (x *SendStoreOkRequest) SetRequestId(v string)

func (*SendStoreOkRequest) String

func (x *SendStoreOkRequest) String() string

type SendStoreOkRequest_builder

type SendStoreOkRequest_builder struct {
	RequestId string
	// contains filtered or unexported fields
}

func (SendStoreOkRequest_builder) Build

type SendStoreOkResponse

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

func (*SendStoreOkResponse) ProtoMessage

func (*SendStoreOkResponse) ProtoMessage()

func (*SendStoreOkResponse) ProtoReflect

func (x *SendStoreOkResponse) ProtoReflect() protoreflect.Message

func (*SendStoreOkResponse) Reset

func (x *SendStoreOkResponse) Reset()

func (*SendStoreOkResponse) String

func (x *SendStoreOkResponse) String() string

type SendStoreOkResponse_builder

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

func (SendStoreOkResponse_builder) Build

type SendTargetRequest

type SendTargetRequest struct {
	RequestId string  `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	TargetId  string  `protobuf:"bytes,2,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	Target    *Target `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*SendTargetRequest) ClearTarget

func (x *SendTargetRequest) ClearTarget()

func (*SendTargetRequest) GetRequestId

func (x *SendTargetRequest) GetRequestId() string

func (*SendTargetRequest) GetTarget

func (x *SendTargetRequest) GetTarget() *Target

func (*SendTargetRequest) GetTargetId

func (x *SendTargetRequest) GetTargetId() string

func (*SendTargetRequest) HasTarget

func (x *SendTargetRequest) HasTarget() bool

func (*SendTargetRequest) ProtoMessage

func (*SendTargetRequest) ProtoMessage()

func (*SendTargetRequest) ProtoReflect

func (x *SendTargetRequest) ProtoReflect() protoreflect.Message

func (*SendTargetRequest) Reset

func (x *SendTargetRequest) Reset()

func (*SendTargetRequest) SetRequestId

func (x *SendTargetRequest) SetRequestId(v string)

func (*SendTargetRequest) SetTarget

func (x *SendTargetRequest) SetTarget(v *Target)

func (*SendTargetRequest) SetTargetId

func (x *SendTargetRequest) SetTargetId(v string)

func (*SendTargetRequest) String

func (x *SendTargetRequest) String() string

type SendTargetRequest_builder

type SendTargetRequest_builder struct {
	RequestId string
	TargetId  string
	Target    *Target
	// contains filtered or unexported fields
}

func (SendTargetRequest_builder) Build

type SendTargetResponse

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

func (*SendTargetResponse) ProtoMessage

func (*SendTargetResponse) ProtoMessage()

func (*SendTargetResponse) ProtoReflect

func (x *SendTargetResponse) ProtoReflect() protoreflect.Message

func (*SendTargetResponse) Reset

func (x *SendTargetResponse) Reset()

func (*SendTargetResponse) String

func (x *SendTargetResponse) String() string

type SendTargetResponse_builder

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

func (SendTargetResponse_builder) Build

type SlaveCommandDefaultStoreRequest

type SlaveCommandDefaultStoreRequest struct {
	ConnectionId string                       `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	CommandId    string                       `protobuf:"bytes,2,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
	StoreType    SlaveCommandDefaultStoreType `` /* 145-byte string literal not displayed */
	DefaultStore []byte                       `protobuf:"bytes,4,opt,name=default_store,json=defaultStore,proto3" json:"default_store,omitempty"`
	IsLastChunk  bool                         `protobuf:"varint,5,opt,name=is_last_chunk,json=isLastChunk,proto3" json:"is_last_chunk,omitempty"`
	// contains filtered or unexported fields
}

func (*SlaveCommandDefaultStoreRequest) GetCommandId

func (x *SlaveCommandDefaultStoreRequest) GetCommandId() string

func (*SlaveCommandDefaultStoreRequest) GetConnectionId

func (x *SlaveCommandDefaultStoreRequest) GetConnectionId() string

func (*SlaveCommandDefaultStoreRequest) GetDefaultStore

func (x *SlaveCommandDefaultStoreRequest) GetDefaultStore() []byte

func (*SlaveCommandDefaultStoreRequest) GetIsLastChunk

func (x *SlaveCommandDefaultStoreRequest) GetIsLastChunk() bool

func (*SlaveCommandDefaultStoreRequest) GetStoreType

func (*SlaveCommandDefaultStoreRequest) ProtoMessage

func (*SlaveCommandDefaultStoreRequest) ProtoMessage()

func (*SlaveCommandDefaultStoreRequest) ProtoReflect

func (*SlaveCommandDefaultStoreRequest) Reset

func (*SlaveCommandDefaultStoreRequest) SetCommandId

func (x *SlaveCommandDefaultStoreRequest) SetCommandId(v string)

func (*SlaveCommandDefaultStoreRequest) SetConnectionId

func (x *SlaveCommandDefaultStoreRequest) SetConnectionId(v string)

func (*SlaveCommandDefaultStoreRequest) SetDefaultStore

func (x *SlaveCommandDefaultStoreRequest) SetDefaultStore(v []byte)

func (*SlaveCommandDefaultStoreRequest) SetIsLastChunk

func (x *SlaveCommandDefaultStoreRequest) SetIsLastChunk(v bool)

func (*SlaveCommandDefaultStoreRequest) SetStoreType

func (*SlaveCommandDefaultStoreRequest) String

type SlaveCommandDefaultStoreRequest_builder

type SlaveCommandDefaultStoreRequest_builder struct {
	ConnectionId string
	CommandId    string
	StoreType    SlaveCommandDefaultStoreType
	DefaultStore []byte
	IsLastChunk  bool
	// contains filtered or unexported fields
}

func (SlaveCommandDefaultStoreRequest_builder) Build

type SlaveCommandDefaultStoreResponse

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

func (*SlaveCommandDefaultStoreResponse) ProtoMessage

func (*SlaveCommandDefaultStoreResponse) ProtoMessage()

func (*SlaveCommandDefaultStoreResponse) ProtoReflect

func (*SlaveCommandDefaultStoreResponse) Reset

func (*SlaveCommandDefaultStoreResponse) String

type SlaveCommandDefaultStoreResponse_builder

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

func (SlaveCommandDefaultStoreResponse_builder) Build

type SlaveCommandDefaultStoreType

type SlaveCommandDefaultStoreType int32
const (
	SlaveCommandDefaultStoreType_SLAVE_COMMAND_DEFAULT_STORE_TYPE_UNSPECIFIED       SlaveCommandDefaultStoreType = 0
	SlaveCommandDefaultStoreType_SLAVE_COMMAND_DEFAULT_STORE_TYPE_STORE             SlaveCommandDefaultStoreType = 1
	SlaveCommandDefaultStoreType_SLAVE_COMMAND_DEFAULT_STORE_TYPE_THREAD_ONLY_STORE SlaveCommandDefaultStoreType = 2
	SlaveCommandDefaultStoreType_SLAVE_COMMAND_DEFAULT_STORE_TYPE_SLAVE_VALUES      SlaveCommandDefaultStoreType = 3
)

func (SlaveCommandDefaultStoreType) Descriptor

func (SlaveCommandDefaultStoreType) Enum

func (SlaveCommandDefaultStoreType) Number

func (SlaveCommandDefaultStoreType) String

func (SlaveCommandDefaultStoreType) Type

type SlaveCommandRequest

type SlaveCommandRequest struct {
	ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	LoaderId     string `protobuf:"bytes,2,opt,name=loader_id,json=loaderId,proto3" json:"loader_id,omitempty"`
	OutputRoot   string `protobuf:"bytes,3,opt,name=output_root,json=outputRoot,proto3" json:"output_root,omitempty"`
	// contains filtered or unexported fields
}

func (*SlaveCommandRequest) GetConnectionId

func (x *SlaveCommandRequest) GetConnectionId() string

func (*SlaveCommandRequest) GetLoaderId

func (x *SlaveCommandRequest) GetLoaderId() string

func (*SlaveCommandRequest) GetOutputRoot

func (x *SlaveCommandRequest) GetOutputRoot() string

func (*SlaveCommandRequest) ProtoMessage

func (*SlaveCommandRequest) ProtoMessage()

func (*SlaveCommandRequest) ProtoReflect

func (x *SlaveCommandRequest) ProtoReflect() protoreflect.Message

func (*SlaveCommandRequest) Reset

func (x *SlaveCommandRequest) Reset()

func (*SlaveCommandRequest) SetConnectionId

func (x *SlaveCommandRequest) SetConnectionId(v string)

func (*SlaveCommandRequest) SetLoaderId

func (x *SlaveCommandRequest) SetLoaderId(v string)

func (*SlaveCommandRequest) SetOutputRoot

func (x *SlaveCommandRequest) SetOutputRoot(v string)

func (*SlaveCommandRequest) String

func (x *SlaveCommandRequest) String() string

type SlaveCommandRequest_builder

type SlaveCommandRequest_builder struct {
	ConnectionId string
	LoaderId     string
	OutputRoot   string
	// contains filtered or unexported fields
}

func (SlaveCommandRequest_builder) Build

type SlaveCommandResponse

type SlaveCommandResponse struct {
	CommandId string `protobuf:"bytes,1,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SlaveCommandResponse) GetCommandId

func (x *SlaveCommandResponse) GetCommandId() string

func (*SlaveCommandResponse) ProtoMessage

func (*SlaveCommandResponse) ProtoMessage()

func (*SlaveCommandResponse) ProtoReflect

func (x *SlaveCommandResponse) ProtoReflect() protoreflect.Message

func (*SlaveCommandResponse) Reset

func (x *SlaveCommandResponse) Reset()

func (*SlaveCommandResponse) SetCommandId

func (x *SlaveCommandResponse) SetCommandId(v string)

func (*SlaveCommandResponse) String

func (x *SlaveCommandResponse) String() string

type SlaveCommandResponse_builder

type SlaveCommandResponse_builder struct {
	CommandId string
	// contains filtered or unexported fields
}

func (SlaveCommandResponse_builder) Build

type StoreData

type StoreData struct {
	BucketId   string      `protobuf:"bytes,1,opt,name=bucket_id,json=bucketId,proto3" json:"bucket_id,omitempty"`
	StoreKey   string      `protobuf:"bytes,2,opt,name=store_key,json=storeKey,proto3" json:"store_key,omitempty"`
	Data       []byte      `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Encryption *Encryption `protobuf:"bytes,4,opt,name=encryption,proto3" json:"encryption,omitempty"`
	// contains filtered or unexported fields
}

func (*StoreData) ClearEncryption

func (x *StoreData) ClearEncryption()

func (*StoreData) GetBucketId

func (x *StoreData) GetBucketId() string

func (*StoreData) GetData

func (x *StoreData) GetData() []byte

func (*StoreData) GetEncryption

func (x *StoreData) GetEncryption() *Encryption

func (*StoreData) GetStoreKey

func (x *StoreData) GetStoreKey() string

func (*StoreData) HasEncryption

func (x *StoreData) HasEncryption() bool

func (*StoreData) ProtoMessage

func (*StoreData) ProtoMessage()

func (*StoreData) ProtoReflect

func (x *StoreData) ProtoReflect() protoreflect.Message

func (*StoreData) Reset

func (x *StoreData) Reset()

func (*StoreData) SetBucketId

func (x *StoreData) SetBucketId(v string)

func (*StoreData) SetData

func (x *StoreData) SetData(v []byte)

func (*StoreData) SetEncryption

func (x *StoreData) SetEncryption(v *Encryption)

func (*StoreData) SetStoreKey

func (x *StoreData) SetStoreKey(v string)

func (*StoreData) String

func (x *StoreData) String() string

type StoreDataList

type StoreDataList struct {
	Data []*StoreData `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StoreDataList) GetData

func (x *StoreDataList) GetData() []*StoreData

func (*StoreDataList) ProtoMessage

func (*StoreDataList) ProtoMessage()

func (*StoreDataList) ProtoReflect

func (x *StoreDataList) ProtoReflect() protoreflect.Message

func (*StoreDataList) Reset

func (x *StoreDataList) Reset()

func (*StoreDataList) SetData

func (x *StoreDataList) SetData(v []*StoreData)

func (*StoreDataList) String

func (x *StoreDataList) String() string

type StoreDataList_builder

type StoreDataList_builder struct {
	Data []*StoreData
	// contains filtered or unexported fields
}

func (StoreDataList_builder) Build

type StoreData_builder

type StoreData_builder struct {
	BucketId   string
	StoreKey   string
	Data       []byte
	Encryption *Encryption
	// contains filtered or unexported fields
}

func (StoreData_builder) Build

func (b0 StoreData_builder) Build() *StoreData

type StoreExportData

type StoreExportData struct {
	BucketId string `protobuf:"bytes,1,opt,name=bucket_id,json=bucketId,proto3" json:"bucket_id,omitempty"`
	StoreKey string `protobuf:"bytes,2,opt,name=store_key,json=storeKey,proto3" json:"store_key,omitempty"`
	Data     []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StoreExportData) GetBucketId

func (x *StoreExportData) GetBucketId() string

func (*StoreExportData) GetData

func (x *StoreExportData) GetData() []byte

func (*StoreExportData) GetStoreKey

func (x *StoreExportData) GetStoreKey() string

func (*StoreExportData) ProtoMessage

func (*StoreExportData) ProtoMessage()

func (*StoreExportData) ProtoReflect

func (x *StoreExportData) ProtoReflect() protoreflect.Message

func (*StoreExportData) Reset

func (x *StoreExportData) Reset()

func (*StoreExportData) SetBucketId

func (x *StoreExportData) SetBucketId(v string)

func (*StoreExportData) SetData

func (x *StoreExportData) SetData(v []byte)

func (*StoreExportData) SetStoreKey

func (x *StoreExportData) SetStoreKey(v string)

func (*StoreExportData) String

func (x *StoreExportData) String() string

type StoreExportDataList

type StoreExportDataList struct {
	Data []*StoreExportData `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StoreExportDataList) GetData

func (x *StoreExportDataList) GetData() []*StoreExportData

func (*StoreExportDataList) ProtoMessage

func (*StoreExportDataList) ProtoMessage()

func (*StoreExportDataList) ProtoReflect

func (x *StoreExportDataList) ProtoReflect() protoreflect.Message

func (*StoreExportDataList) Reset

func (x *StoreExportDataList) Reset()

func (*StoreExportDataList) SetData

func (x *StoreExportDataList) SetData(v []*StoreExportData)

func (*StoreExportDataList) String

func (x *StoreExportDataList) String() string

type StoreExportDataList_builder

type StoreExportDataList_builder struct {
	Data []*StoreExportData
	// contains filtered or unexported fields
}

func (StoreExportDataList_builder) Build

type StoreExportData_builder

type StoreExportData_builder struct {
	BucketId string
	StoreKey string
	Data     []byte
	// contains filtered or unexported fields
}

func (StoreExportData_builder) Build

type StoreImportRequest

type StoreImportRequest struct {
	BucketId   string      `protobuf:"bytes,1,opt,name=bucket_id,json=bucketId,proto3" json:"bucket_id,omitempty"`
	StoreKey   string      `protobuf:"bytes,2,opt,name=store_key,json=storeKey,proto3" json:"store_key,omitempty"`
	Encryption *Encryption `protobuf:"bytes,4,opt,name=encryption,proto3" json:"encryption,omitempty"`
	// contains filtered or unexported fields
}

func (*StoreImportRequest) ClearEncryption

func (x *StoreImportRequest) ClearEncryption()

func (*StoreImportRequest) GetBucketId

func (x *StoreImportRequest) GetBucketId() string

func (*StoreImportRequest) GetEncryption

func (x *StoreImportRequest) GetEncryption() *Encryption

func (*StoreImportRequest) GetStoreKey

func (x *StoreImportRequest) GetStoreKey() string

func (*StoreImportRequest) HasEncryption

func (x *StoreImportRequest) HasEncryption() bool

func (*StoreImportRequest) ProtoMessage

func (*StoreImportRequest) ProtoMessage()

func (*StoreImportRequest) ProtoReflect

func (x *StoreImportRequest) ProtoReflect() protoreflect.Message

func (*StoreImportRequest) Reset

func (x *StoreImportRequest) Reset()

func (*StoreImportRequest) SetBucketId

func (x *StoreImportRequest) SetBucketId(v string)

func (*StoreImportRequest) SetEncryption

func (x *StoreImportRequest) SetEncryption(v *Encryption)

func (*StoreImportRequest) SetStoreKey

func (x *StoreImportRequest) SetStoreKey(v string)

func (*StoreImportRequest) String

func (x *StoreImportRequest) String() string

type StoreImportRequestList

type StoreImportRequestList struct {
	Data []*StoreImportRequest `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StoreImportRequestList) GetData

func (*StoreImportRequestList) ProtoMessage

func (*StoreImportRequestList) ProtoMessage()

func (*StoreImportRequestList) ProtoReflect

func (x *StoreImportRequestList) ProtoReflect() protoreflect.Message

func (*StoreImportRequestList) Reset

func (x *StoreImportRequestList) Reset()

func (*StoreImportRequestList) SetData

func (x *StoreImportRequestList) SetData(v []*StoreImportRequest)

func (*StoreImportRequestList) String

func (x *StoreImportRequestList) String() string

type StoreImportRequestList_builder

type StoreImportRequestList_builder struct {
	Data []*StoreImportRequest
	// contains filtered or unexported fields
}

func (StoreImportRequestList_builder) Build

type StoreImportRequest_builder

type StoreImportRequest_builder struct {
	BucketId   string
	StoreKey   string
	Encryption *Encryption
	// contains filtered or unexported fields
}

func (StoreImportRequest_builder) Build

type Target

type Target struct {
	Type TargetType `protobuf:"varint,1,opt,name=type,proto3,enum=cresplanex.bloader.v1.TargetType" json:"type,omitempty"`
	// Types that are valid to be assigned to Target:
	//
	//	*Target_Http
	Target isTarget_Target `protobuf_oneof:"target"`
	// contains filtered or unexported fields
}

func (*Target) ClearHttp

func (x *Target) ClearHttp()

func (*Target) ClearTarget

func (x *Target) ClearTarget()

func (*Target) GetHttp

func (x *Target) GetHttp() *TargetHTTPData

func (*Target) GetTarget

func (x *Target) GetTarget() isTarget_Target

func (*Target) GetType

func (x *Target) GetType() TargetType

func (*Target) HasHttp

func (x *Target) HasHttp() bool

func (*Target) HasTarget

func (x *Target) HasTarget() bool

func (*Target) ProtoMessage

func (*Target) ProtoMessage()

func (*Target) ProtoReflect

func (x *Target) ProtoReflect() protoreflect.Message

func (*Target) Reset

func (x *Target) Reset()

func (*Target) SetHttp

func (x *Target) SetHttp(v *TargetHTTPData)

func (*Target) SetType

func (x *Target) SetType(v TargetType)

func (*Target) String

func (x *Target) String() string

func (*Target) WhichTarget

func (x *Target) WhichTarget() case_Target_Target

type TargetHTTPData

type TargetHTTPData struct {
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetHTTPData) GetUrl

func (x *TargetHTTPData) GetUrl() string

func (*TargetHTTPData) ProtoMessage

func (*TargetHTTPData) ProtoMessage()

func (*TargetHTTPData) ProtoReflect

func (x *TargetHTTPData) ProtoReflect() protoreflect.Message

func (*TargetHTTPData) Reset

func (x *TargetHTTPData) Reset()

func (*TargetHTTPData) SetUrl

func (x *TargetHTTPData) SetUrl(v string)

func (*TargetHTTPData) String

func (x *TargetHTTPData) String() string

type TargetHTTPData_builder

type TargetHTTPData_builder struct {
	Url string
	// contains filtered or unexported fields
}

func (TargetHTTPData_builder) Build

type TargetType

type TargetType int32
const (
	TargetType_TARGET_TYPE_UNSPECIFIED TargetType = 0
	TargetType_TARGET_TYPE_HTTP        TargetType = 1
)

func (TargetType) Descriptor

func (TargetType) Descriptor() protoreflect.EnumDescriptor

func (TargetType) Enum

func (x TargetType) Enum() *TargetType

func (TargetType) Number

func (x TargetType) Number() protoreflect.EnumNumber

func (TargetType) String

func (x TargetType) String() string

func (TargetType) Type

type Target_Http

type Target_Http struct {
	Http *TargetHTTPData `protobuf:"bytes,2,opt,name=http,proto3,oneof"`
}

type Target_builder

type Target_builder struct {
	Type TargetType
	// Fields of oneof Target:
	Http *TargetHTTPData
	// contains filtered or unexported fields
}

func (Target_builder) Build

func (b0 Target_builder) Build() *Target

Source Files

  • auth.pb.go
  • bloader.pb.go
  • encrypt.pb.go
  • store.pb.go
  • target.pb.go

Jump to

Keyboard shortcuts

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