feature

package
v2.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_mpc_virtual_service_platform_feature_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ApiConfig

type ApiConfig struct {
	ApiPath   string `protobuf:"bytes,1,opt,name=api_path,json=apiPath,proto3" json:"api_path,omitempty"`
	ApiMethod string `protobuf:"bytes,2,opt,name=api_method,json=apiMethod,proto3" json:"api_method,omitempty"`
	// contains filtered or unexported fields
}

func (*ApiConfig) Descriptor deprecated

func (*ApiConfig) Descriptor() ([]byte, []int)

Deprecated: Use ApiConfig.ProtoReflect.Descriptor instead.

func (*ApiConfig) GetApiMethod

func (x *ApiConfig) GetApiMethod() string

func (*ApiConfig) GetApiPath

func (x *ApiConfig) GetApiPath() string

func (*ApiConfig) ProtoMessage

func (*ApiConfig) ProtoMessage()

func (*ApiConfig) ProtoReflect

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

func (*ApiConfig) Reset

func (x *ApiConfig) Reset()

func (*ApiConfig) String

func (x *ApiConfig) String() string

type AutoTuning

type AutoTuning struct {
	Feature *AutoTuning_Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

func (*AutoTuning) Descriptor deprecated

func (*AutoTuning) Descriptor() ([]byte, []int)

Deprecated: Use AutoTuning.ProtoReflect.Descriptor instead.

func (*AutoTuning) GetFeature

func (x *AutoTuning) GetFeature() *AutoTuning_Feature

func (*AutoTuning) ProtoMessage

func (*AutoTuning) ProtoMessage()

func (*AutoTuning) ProtoReflect

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

func (*AutoTuning) Reset

func (x *AutoTuning) Reset()

func (*AutoTuning) String

func (x *AutoTuning) String() string

type AutoTuning_Feature

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

func (*AutoTuning_Feature) Descriptor deprecated

func (*AutoTuning_Feature) Descriptor() ([]byte, []int)

Deprecated: Use AutoTuning_Feature.ProtoReflect.Descriptor instead.

func (*AutoTuning_Feature) GetEnable

func (x *AutoTuning_Feature) GetEnable() bool

func (*AutoTuning_Feature) ProtoMessage

func (*AutoTuning_Feature) ProtoMessage()

func (*AutoTuning_Feature) ProtoReflect

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

func (*AutoTuning_Feature) Reset

func (x *AutoTuning_Feature) Reset()

func (*AutoTuning_Feature) String

func (x *AutoTuning_Feature) String() string

type BehaviorRecord

type BehaviorRecord struct {
	Feature *BehaviorRecord_Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

func (*BehaviorRecord) Descriptor deprecated

func (*BehaviorRecord) Descriptor() ([]byte, []int)

Deprecated: Use BehaviorRecord.ProtoReflect.Descriptor instead.

func (*BehaviorRecord) GetFeature

func (x *BehaviorRecord) GetFeature() *BehaviorRecord_Feature

func (*BehaviorRecord) ProtoMessage

func (*BehaviorRecord) ProtoMessage()

func (*BehaviorRecord) ProtoReflect

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

func (*BehaviorRecord) Reset

func (x *BehaviorRecord) Reset()

func (*BehaviorRecord) String

func (x *BehaviorRecord) String() string

type BehaviorRecord_Feature

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

func (*BehaviorRecord_Feature) Descriptor deprecated

func (*BehaviorRecord_Feature) Descriptor() ([]byte, []int)

Deprecated: Use BehaviorRecord_Feature.ProtoReflect.Descriptor instead.

func (*BehaviorRecord_Feature) GetEnable

func (x *BehaviorRecord_Feature) GetEnable() bool

func (*BehaviorRecord_Feature) ProtoMessage

func (*BehaviorRecord_Feature) ProtoMessage()

func (*BehaviorRecord_Feature) ProtoReflect

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

func (*BehaviorRecord_Feature) Reset

func (x *BehaviorRecord_Feature) Reset()

func (*BehaviorRecord_Feature) String

func (x *BehaviorRecord_Feature) String() string

type Cobra

type Cobra struct {
	Feature *Cobra_Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

func (*Cobra) Descriptor deprecated

func (*Cobra) Descriptor() ([]byte, []int)

Deprecated: Use Cobra.ProtoReflect.Descriptor instead.

func (*Cobra) GetFeature

func (x *Cobra) GetFeature() *Cobra_Feature

func (*Cobra) ProtoMessage

func (*Cobra) ProtoMessage()

func (*Cobra) ProtoReflect

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

func (*Cobra) Reset

func (x *Cobra) Reset()

func (*Cobra) String

func (x *Cobra) String() string

type Cobra_Feature

type Cobra_Feature struct {
	Enable                       bool   `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"`
	URL                          string `protobuf:"bytes,2,opt,name=URL,proto3" json:"URL,omitempty"`
	SyncUsageAPIPath             string `protobuf:"bytes,3,opt,name=SyncUsageAPIPath,proto3" json:"SyncUsageAPIPath,omitempty"`
	UsagePermitAPIPath           string `protobuf:"bytes,4,opt,name=UsagePermitAPIPath,proto3" json:"UsagePermitAPIPath,omitempty"`
	ListStrategiesAPIPath        string `protobuf:"bytes,5,opt,name=ListStrategiesAPIPath,proto3" json:"ListStrategiesAPIPath,omitempty"`
	RemainingUsageAPIPath        string `protobuf:"bytes,6,opt,name=RemainingUsageAPIPath,proto3" json:"RemainingUsageAPIPath,omitempty"`
	SyncUsageRetryPeriodInSecond int64  `protobuf:"varint,7,opt,name=SyncUsageRetryPeriodInSecond,proto3" json:"SyncUsageRetryPeriodInSecond,omitempty"`
	// contains filtered or unexported fields
}

func (*Cobra_Feature) Descriptor deprecated

func (*Cobra_Feature) Descriptor() ([]byte, []int)

Deprecated: Use Cobra_Feature.ProtoReflect.Descriptor instead.

func (*Cobra_Feature) GetEnable

func (x *Cobra_Feature) GetEnable() bool

func (*Cobra_Feature) GetListStrategiesAPIPath

func (x *Cobra_Feature) GetListStrategiesAPIPath() string

func (*Cobra_Feature) GetRemainingUsageAPIPath

func (x *Cobra_Feature) GetRemainingUsageAPIPath() string

func (*Cobra_Feature) GetSyncUsageAPIPath

func (x *Cobra_Feature) GetSyncUsageAPIPath() string

func (*Cobra_Feature) GetSyncUsageRetryPeriodInSecond

func (x *Cobra_Feature) GetSyncUsageRetryPeriodInSecond() int64

func (*Cobra_Feature) GetURL

func (x *Cobra_Feature) GetURL() string

func (*Cobra_Feature) GetUsagePermitAPIPath

func (x *Cobra_Feature) GetUsagePermitAPIPath() string

func (*Cobra_Feature) ProtoMessage

func (*Cobra_Feature) ProtoMessage()

func (*Cobra_Feature) ProtoReflect

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

func (*Cobra_Feature) Reset

func (x *Cobra_Feature) Reset()

func (*Cobra_Feature) String

func (x *Cobra_Feature) String() string

type ComputeMode

type ComputeMode struct {
	Feature *ComputeMode_Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

func (*ComputeMode) Descriptor deprecated

func (*ComputeMode) Descriptor() ([]byte, []int)

Deprecated: Use ComputeMode.ProtoReflect.Descriptor instead.

func (*ComputeMode) GetFeature

func (x *ComputeMode) GetFeature() *ComputeMode_Feature

func (*ComputeMode) ProtoMessage

func (*ComputeMode) ProtoMessage()

func (*ComputeMode) ProtoReflect

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

func (*ComputeMode) Reset

func (x *ComputeMode) Reset()

func (*ComputeMode) String

func (x *ComputeMode) String() string

type ComputeMode_Feature

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

func (*ComputeMode_Feature) Descriptor deprecated

func (*ComputeMode_Feature) Descriptor() ([]byte, []int)

Deprecated: Use ComputeMode_Feature.ProtoReflect.Descriptor instead.

func (*ComputeMode_Feature) GetEnable

func (x *ComputeMode_Feature) GetEnable() bool

func (*ComputeMode_Feature) ProtoMessage

func (*ComputeMode_Feature) ProtoMessage()

func (*ComputeMode_Feature) ProtoReflect

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

func (*ComputeMode_Feature) Reset

func (x *ComputeMode_Feature) Reset()

func (*ComputeMode_Feature) String

func (x *ComputeMode_Feature) String() string

type DataDirectory

type DataDirectory struct {
	Feature *DataDirectory_Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

func (*DataDirectory) Descriptor deprecated

func (*DataDirectory) Descriptor() ([]byte, []int)

Deprecated: Use DataDirectory.ProtoReflect.Descriptor instead.

func (*DataDirectory) GetFeature

func (x *DataDirectory) GetFeature() *DataDirectory_Feature

func (*DataDirectory) ProtoMessage

func (*DataDirectory) ProtoMessage()

func (*DataDirectory) ProtoReflect

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

func (*DataDirectory) Reset

func (x *DataDirectory) Reset()

func (*DataDirectory) String

func (x *DataDirectory) String() string

type DataDirectory_Feature

type DataDirectory_Feature struct {
	Enable       bool   `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"`
	DirectoryUrl string `protobuf:"bytes,2,opt,name=directory_url,json=directoryUrl,proto3" json:"directory_url,omitempty"`
	// contains filtered or unexported fields
}

func (*DataDirectory_Feature) Descriptor deprecated

func (*DataDirectory_Feature) Descriptor() ([]byte, []int)

Deprecated: Use DataDirectory_Feature.ProtoReflect.Descriptor instead.

func (*DataDirectory_Feature) GetDirectoryUrl

func (x *DataDirectory_Feature) GetDirectoryUrl() string

func (*DataDirectory_Feature) GetEnable

func (x *DataDirectory_Feature) GetEnable() bool

func (*DataDirectory_Feature) ProtoMessage

func (*DataDirectory_Feature) ProtoMessage()

func (*DataDirectory_Feature) ProtoReflect

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

func (*DataDirectory_Feature) Reset

func (x *DataDirectory_Feature) Reset()

func (*DataDirectory_Feature) String

func (x *DataDirectory_Feature) String() string

type GetBeforeLoginFeaturesResponse

type GetBeforeLoginFeaturesResponse struct {
	VerificationCode *VerificationCode `protobuf:"bytes,1,opt,name=verification_code,json=verificationCode,proto3" json:"verification_code,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBeforeLoginFeaturesResponse) Descriptor deprecated

func (*GetBeforeLoginFeaturesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetBeforeLoginFeaturesResponse.ProtoReflect.Descriptor instead.

func (*GetBeforeLoginFeaturesResponse) GetVerificationCode

func (x *GetBeforeLoginFeaturesResponse) GetVerificationCode() *VerificationCode

func (*GetBeforeLoginFeaturesResponse) ProtoMessage

func (*GetBeforeLoginFeaturesResponse) ProtoMessage()

func (*GetBeforeLoginFeaturesResponse) ProtoReflect

func (*GetBeforeLoginFeaturesResponse) Reset

func (x *GetBeforeLoginFeaturesResponse) Reset()

func (*GetBeforeLoginFeaturesResponse) String

type GetFeaturesRequest

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

func (*GetFeaturesRequest) Descriptor deprecated

func (*GetFeaturesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFeaturesRequest.ProtoReflect.Descriptor instead.

func (*GetFeaturesRequest) ProtoMessage

func (*GetFeaturesRequest) ProtoMessage()

func (*GetFeaturesRequest) ProtoReflect

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

func (*GetFeaturesRequest) Reset

func (x *GetFeaturesRequest) Reset()

func (*GetFeaturesRequest) String

func (x *GetFeaturesRequest) String() string

type GetFeaturesResponse

type GetFeaturesResponse struct {
	AutoTuning             *AutoTuning             `protobuf:"bytes,1,opt,name=auto_tuning,json=autoTuning,proto3" json:"auto_tuning,omitempty"`
	BehaviorRecord         *BehaviorRecord         `protobuf:"bytes,2,opt,name=behavior_record,json=behaviorRecord,proto3" json:"behavior_record,omitempty"`
	Cobra                  *Cobra                  `protobuf:"bytes,3,opt,name=cobra,proto3" json:"cobra,omitempty"`
	DataDirectory          *DataDirectory          `protobuf:"bytes,4,opt,name=data_directory,json=dataDirectory,proto3" json:"data_directory,omitempty"`
	EnableComputemode      *ComputeMode            `protobuf:"bytes,5,opt,name=enable_computemode,json=enableComputemode,proto3" json:"enable_computemode,omitempty"`
	Login                  *Login                  `protobuf:"bytes,7,opt,name=login,proto3" json:"login,omitempty"`
	ProjectStatistics      *ProjectStatistics      `protobuf:"bytes,8,opt,name=project_statistics,json=projectStatistics,proto3" json:"project_statistics,omitempty"`
	SynchronousCreateBlock *SynchronousCreateBlock `` /* 129-byte string literal not displayed */
	WithScoreCard          *WithScoreCard          `protobuf:"bytes,10,opt,name=with_score_card,json=withScoreCard,proto3" json:"with_score_card,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeaturesResponse) Descriptor deprecated

func (*GetFeaturesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFeaturesResponse.ProtoReflect.Descriptor instead.

func (*GetFeaturesResponse) GetAutoTuning

func (x *GetFeaturesResponse) GetAutoTuning() *AutoTuning

func (*GetFeaturesResponse) GetBehaviorRecord

func (x *GetFeaturesResponse) GetBehaviorRecord() *BehaviorRecord

func (*GetFeaturesResponse) GetCobra

func (x *GetFeaturesResponse) GetCobra() *Cobra

func (*GetFeaturesResponse) GetDataDirectory

func (x *GetFeaturesResponse) GetDataDirectory() *DataDirectory

func (*GetFeaturesResponse) GetEnableComputemode

func (x *GetFeaturesResponse) GetEnableComputemode() *ComputeMode

func (*GetFeaturesResponse) GetLogin

func (x *GetFeaturesResponse) GetLogin() *Login

func (*GetFeaturesResponse) GetProjectStatistics

func (x *GetFeaturesResponse) GetProjectStatistics() *ProjectStatistics

func (*GetFeaturesResponse) GetSynchronousCreateBlock

func (x *GetFeaturesResponse) GetSynchronousCreateBlock() *SynchronousCreateBlock

func (*GetFeaturesResponse) GetWithScoreCard

func (x *GetFeaturesResponse) GetWithScoreCard() *WithScoreCard

func (*GetFeaturesResponse) ProtoMessage

func (*GetFeaturesResponse) ProtoMessage()

func (*GetFeaturesResponse) ProtoReflect

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

func (*GetFeaturesResponse) Reset

func (x *GetFeaturesResponse) Reset()

func (*GetFeaturesResponse) String

func (x *GetFeaturesResponse) String() string

type Login

type Login struct {
	Feature *Login_Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

func (*Login) Descriptor deprecated

func (*Login) Descriptor() ([]byte, []int)

Deprecated: Use Login.ProtoReflect.Descriptor instead.

func (*Login) GetFeature

func (x *Login) GetFeature() *Login_Feature

func (*Login) ProtoMessage

func (*Login) ProtoMessage()

func (*Login) ProtoReflect

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

func (*Login) Reset

func (x *Login) Reset()

func (*Login) String

func (x *Login) String() string

type Login_Feature

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

func (*Login_Feature) Descriptor deprecated

func (*Login_Feature) Descriptor() ([]byte, []int)

Deprecated: Use Login_Feature.ProtoReflect.Descriptor instead.

func (*Login_Feature) GetEnable

func (x *Login_Feature) GetEnable() bool

func (*Login_Feature) ProtoMessage

func (*Login_Feature) ProtoMessage()

func (*Login_Feature) ProtoReflect

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

func (*Login_Feature) Reset

func (x *Login_Feature) Reset()

func (*Login_Feature) String

func (x *Login_Feature) String() string

type ProjectStatistics

type ProjectStatistics struct {
	Feature *ProjectStatistics_Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	ApiPath []*ApiConfig               `protobuf:"bytes,2,rep,name=api_path,json=apiPath,proto3" json:"api_path,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectStatistics) Descriptor deprecated

func (*ProjectStatistics) Descriptor() ([]byte, []int)

Deprecated: Use ProjectStatistics.ProtoReflect.Descriptor instead.

func (*ProjectStatistics) GetApiPath

func (x *ProjectStatistics) GetApiPath() []*ApiConfig

func (*ProjectStatistics) GetFeature

func (*ProjectStatistics) ProtoMessage

func (*ProjectStatistics) ProtoMessage()

func (*ProjectStatistics) ProtoReflect

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

func (*ProjectStatistics) Reset

func (x *ProjectStatistics) Reset()

func (*ProjectStatistics) String

func (x *ProjectStatistics) String() string

type ProjectStatistics_Feature

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

func (*ProjectStatistics_Feature) Descriptor deprecated

func (*ProjectStatistics_Feature) Descriptor() ([]byte, []int)

Deprecated: Use ProjectStatistics_Feature.ProtoReflect.Descriptor instead.

func (*ProjectStatistics_Feature) GetEnable

func (x *ProjectStatistics_Feature) GetEnable() bool

func (*ProjectStatistics_Feature) ProtoMessage

func (*ProjectStatistics_Feature) ProtoMessage()

func (*ProjectStatistics_Feature) ProtoReflect

func (*ProjectStatistics_Feature) Reset

func (x *ProjectStatistics_Feature) Reset()

func (*ProjectStatistics_Feature) String

func (x *ProjectStatistics_Feature) String() string

type SynchronousCreateBlock

type SynchronousCreateBlock struct {
	Feature *SynchronousCreateBlock_Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

func (*SynchronousCreateBlock) Descriptor deprecated

func (*SynchronousCreateBlock) Descriptor() ([]byte, []int)

Deprecated: Use SynchronousCreateBlock.ProtoReflect.Descriptor instead.

func (*SynchronousCreateBlock) GetFeature

func (*SynchronousCreateBlock) ProtoMessage

func (*SynchronousCreateBlock) ProtoMessage()

func (*SynchronousCreateBlock) ProtoReflect

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

func (*SynchronousCreateBlock) Reset

func (x *SynchronousCreateBlock) Reset()

func (*SynchronousCreateBlock) String

func (x *SynchronousCreateBlock) String() string

type SynchronousCreateBlock_Feature

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

func (*SynchronousCreateBlock_Feature) Descriptor deprecated

func (*SynchronousCreateBlock_Feature) Descriptor() ([]byte, []int)

Deprecated: Use SynchronousCreateBlock_Feature.ProtoReflect.Descriptor instead.

func (*SynchronousCreateBlock_Feature) GetEnable

func (x *SynchronousCreateBlock_Feature) GetEnable() bool

func (*SynchronousCreateBlock_Feature) ProtoMessage

func (*SynchronousCreateBlock_Feature) ProtoMessage()

func (*SynchronousCreateBlock_Feature) ProtoReflect

func (*SynchronousCreateBlock_Feature) Reset

func (x *SynchronousCreateBlock_Feature) Reset()

func (*SynchronousCreateBlock_Feature) String

type VerificationCode

type VerificationCode struct {
	Feature *VerificationCode_Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

func (*VerificationCode) Descriptor deprecated

func (*VerificationCode) Descriptor() ([]byte, []int)

Deprecated: Use VerificationCode.ProtoReflect.Descriptor instead.

func (*VerificationCode) GetFeature

func (x *VerificationCode) GetFeature() *VerificationCode_Feature

func (*VerificationCode) ProtoMessage

func (*VerificationCode) ProtoMessage()

func (*VerificationCode) ProtoReflect

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

func (*VerificationCode) Reset

func (x *VerificationCode) Reset()

func (*VerificationCode) String

func (x *VerificationCode) String() string

type VerificationCode_Feature

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

func (*VerificationCode_Feature) Descriptor deprecated

func (*VerificationCode_Feature) Descriptor() ([]byte, []int)

Deprecated: Use VerificationCode_Feature.ProtoReflect.Descriptor instead.

func (*VerificationCode_Feature) GetEnable

func (x *VerificationCode_Feature) GetEnable() bool

func (*VerificationCode_Feature) ProtoMessage

func (*VerificationCode_Feature) ProtoMessage()

func (*VerificationCode_Feature) ProtoReflect

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

func (*VerificationCode_Feature) Reset

func (x *VerificationCode_Feature) Reset()

func (*VerificationCode_Feature) String

func (x *VerificationCode_Feature) String() string

type WithScoreCard

type WithScoreCard struct {
	Feature *WithScoreCard_Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

func (*WithScoreCard) Descriptor deprecated

func (*WithScoreCard) Descriptor() ([]byte, []int)

Deprecated: Use WithScoreCard.ProtoReflect.Descriptor instead.

func (*WithScoreCard) GetFeature

func (x *WithScoreCard) GetFeature() *WithScoreCard_Feature

func (*WithScoreCard) ProtoMessage

func (*WithScoreCard) ProtoMessage()

func (*WithScoreCard) ProtoReflect

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

func (*WithScoreCard) Reset

func (x *WithScoreCard) Reset()

func (*WithScoreCard) String

func (x *WithScoreCard) String() string

type WithScoreCard_Feature

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

func (*WithScoreCard_Feature) Descriptor deprecated

func (*WithScoreCard_Feature) Descriptor() ([]byte, []int)

Deprecated: Use WithScoreCard_Feature.ProtoReflect.Descriptor instead.

func (*WithScoreCard_Feature) GetEnable

func (x *WithScoreCard_Feature) GetEnable() bool

func (*WithScoreCard_Feature) ProtoMessage

func (*WithScoreCard_Feature) ProtoMessage()

func (*WithScoreCard_Feature) ProtoReflect

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

func (*WithScoreCard_Feature) Reset

func (x *WithScoreCard_Feature) Reset()

func (*WithScoreCard_Feature) String

func (x *WithScoreCard_Feature) String() string

Jump to

Keyboard shortcuts

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