threshcryptopb

package
v0.4.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_threshcryptopb_threshcryptopb_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Event

type Event struct {

	// Types that are assignable to Type:
	//	*Event_SignShare
	//	*Event_SignShareResult
	//	*Event_VerifyShare
	//	*Event_VerifyShareResult
	//	*Event_VerifyFull
	//	*Event_VerifyFullResult
	//	*Event_Recover
	//	*Event_RecoverResult
	Type isEvent_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetRecover

func (x *Event) GetRecover() *Recover

func (*Event) GetRecoverResult

func (x *Event) GetRecoverResult() *RecoverResult

func (*Event) GetSignShare

func (x *Event) GetSignShare() *SignShare

func (*Event) GetSignShareResult

func (x *Event) GetSignShareResult() *SignShareResult

func (*Event) GetType

func (m *Event) GetType() isEvent_Type

func (*Event) GetVerifyFull

func (x *Event) GetVerifyFull() *VerifyFull

func (*Event) GetVerifyFullResult

func (x *Event) GetVerifyFullResult() *VerifyFullResult

func (*Event) GetVerifyShare

func (x *Event) GetVerifyShare() *VerifyShare

func (*Event) GetVerifyShareResult

func (x *Event) GetVerifyShareResult() *VerifyShareResult

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

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

func (*Event) ReflectTypeOptions added in v0.2.0

func (*Event) ReflectTypeOptions() []reflect.Type

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

type Event_Recover

type Event_Recover struct {
	Recover *Recover `protobuf:"bytes,7,opt,name=recover,proto3,oneof"`
}

func (*Event_Recover) Unwrap

func (w *Event_Recover) Unwrap() *Recover

type Event_RecoverResult

type Event_RecoverResult struct {
	RecoverResult *RecoverResult `protobuf:"bytes,8,opt,name=recover_result,json=recoverResult,proto3,oneof"`
}

func (*Event_RecoverResult) Unwrap

func (w *Event_RecoverResult) Unwrap() *RecoverResult

type Event_SignShare

type Event_SignShare struct {
	SignShare *SignShare `protobuf:"bytes,1,opt,name=sign_share,json=signShare,proto3,oneof"`
}

func (*Event_SignShare) Unwrap

func (w *Event_SignShare) Unwrap() *SignShare

type Event_SignShareResult

type Event_SignShareResult struct {
	SignShareResult *SignShareResult `protobuf:"bytes,2,opt,name=sign_share_result,json=signShareResult,proto3,oneof"`
}

func (*Event_SignShareResult) Unwrap

type Event_Type

type Event_Type = isEvent_Type

type Event_TypeWrapper

type Event_TypeWrapper[T any] interface {
	Event_Type
	Unwrap() *T
}

type Event_VerifyFull

type Event_VerifyFull struct {
	VerifyFull *VerifyFull `protobuf:"bytes,5,opt,name=verify_full,json=verifyFull,proto3,oneof"`
}

func (*Event_VerifyFull) Unwrap

func (w *Event_VerifyFull) Unwrap() *VerifyFull

type Event_VerifyFullResult

type Event_VerifyFullResult struct {
	VerifyFullResult *VerifyFullResult `protobuf:"bytes,6,opt,name=verify_full_result,json=verifyFullResult,proto3,oneof"`
}

func (*Event_VerifyFullResult) Unwrap

type Event_VerifyShare

type Event_VerifyShare struct {
	VerifyShare *VerifyShare `protobuf:"bytes,3,opt,name=verify_share,json=verifyShare,proto3,oneof"`
}

func (*Event_VerifyShare) Unwrap

func (w *Event_VerifyShare) Unwrap() *VerifyShare

type Event_VerifyShareResult

type Event_VerifyShareResult struct {
	VerifyShareResult *VerifyShareResult `protobuf:"bytes,4,opt,name=verify_share_result,json=verifyShareResult,proto3,oneof"`
}

func (*Event_VerifyShareResult) Unwrap

type Recover

type Recover struct {
	Data            [][]byte       `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	SignatureShares [][]byte       `protobuf:"bytes,2,rep,name=signature_shares,json=signatureShares,proto3" json:"signature_shares,omitempty"`
	Origin          *RecoverOrigin `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*Recover) Descriptor deprecated

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

Deprecated: Use Recover.ProtoReflect.Descriptor instead.

func (*Recover) GetData

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

func (*Recover) GetOrigin

func (x *Recover) GetOrigin() *RecoverOrigin

func (*Recover) GetSignatureShares

func (x *Recover) GetSignatureShares() [][]byte

func (*Recover) ProtoMessage

func (*Recover) ProtoMessage()

func (*Recover) ProtoReflect

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

func (*Recover) Reset

func (x *Recover) Reset()

func (*Recover) String

func (x *Recover) String() string

type RecoverOrigin

type RecoverOrigin struct {
	Module string `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"`
	// Types that are assignable to Type:
	//	*RecoverOrigin_ContextStore
	//	*RecoverOrigin_Dsl
	Type isRecoverOrigin_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*RecoverOrigin) Descriptor deprecated

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

Deprecated: Use RecoverOrigin.ProtoReflect.Descriptor instead.

func (*RecoverOrigin) GetContextStore

func (x *RecoverOrigin) GetContextStore() *contextstorepb.Origin

func (*RecoverOrigin) GetDsl

func (x *RecoverOrigin) GetDsl() *dslpb.Origin

func (*RecoverOrigin) GetModule

func (x *RecoverOrigin) GetModule() string

func (*RecoverOrigin) GetType

func (m *RecoverOrigin) GetType() isRecoverOrigin_Type

func (*RecoverOrigin) ProtoMessage

func (*RecoverOrigin) ProtoMessage()

func (*RecoverOrigin) ProtoReflect

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

func (*RecoverOrigin) ReflectTypeOptions added in v0.2.0

func (*RecoverOrigin) ReflectTypeOptions() []reflect.Type

func (*RecoverOrigin) Reset

func (x *RecoverOrigin) Reset()

func (*RecoverOrigin) String

func (x *RecoverOrigin) String() string

type RecoverOrigin_ContextStore

type RecoverOrigin_ContextStore struct {
	ContextStore *contextstorepb.Origin `protobuf:"bytes,2,opt,name=context_store,json=contextStore,proto3,oneof"`
}

func (*RecoverOrigin_ContextStore) Unwrap added in v0.2.0

type RecoverOrigin_Dsl

type RecoverOrigin_Dsl struct {
	Dsl *dslpb.Origin `protobuf:"bytes,3,opt,name=dsl,proto3,oneof"`
}

func (*RecoverOrigin_Dsl) Unwrap added in v0.2.0

func (w *RecoverOrigin_Dsl) Unwrap() *dslpb.Origin

type RecoverOrigin_Type added in v0.2.0

type RecoverOrigin_Type = isRecoverOrigin_Type

type RecoverOrigin_TypeWrapper added in v0.2.0

type RecoverOrigin_TypeWrapper[T any] interface {
	RecoverOrigin_Type
	Unwrap() *T
}

type RecoverResult

type RecoverResult struct {
	FullSignature []byte         `protobuf:"bytes,1,opt,name=full_signature,json=fullSignature,proto3" json:"full_signature,omitempty"`
	Ok            bool           `protobuf:"varint,2,opt,name=ok,proto3" json:"ok,omitempty"`
	Error         string         `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	Origin        *RecoverOrigin `protobuf:"bytes,4,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*RecoverResult) Descriptor deprecated

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

Deprecated: Use RecoverResult.ProtoReflect.Descriptor instead.

func (*RecoverResult) GetError

func (x *RecoverResult) GetError() string

func (*RecoverResult) GetFullSignature

func (x *RecoverResult) GetFullSignature() []byte

func (*RecoverResult) GetOk

func (x *RecoverResult) GetOk() bool

func (*RecoverResult) GetOrigin

func (x *RecoverResult) GetOrigin() *RecoverOrigin

func (*RecoverResult) ProtoMessage

func (*RecoverResult) ProtoMessage()

func (*RecoverResult) ProtoReflect

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

func (*RecoverResult) Reset

func (x *RecoverResult) Reset()

func (*RecoverResult) String

func (x *RecoverResult) String() string

type SignShare

type SignShare struct {
	Data   [][]byte         `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	Origin *SignShareOrigin `protobuf:"bytes,2,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*SignShare) Descriptor deprecated

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

Deprecated: Use SignShare.ProtoReflect.Descriptor instead.

func (*SignShare) GetData

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

func (*SignShare) GetOrigin

func (x *SignShare) GetOrigin() *SignShareOrigin

func (*SignShare) ProtoMessage

func (*SignShare) ProtoMessage()

func (*SignShare) ProtoReflect

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

func (*SignShare) Reset

func (x *SignShare) Reset()

func (*SignShare) String

func (x *SignShare) String() string

type SignShareOrigin

type SignShareOrigin struct {
	Module string `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"`
	// Types that are assignable to Type:
	//	*SignShareOrigin_ContextStore
	//	*SignShareOrigin_Dsl
	Type isSignShareOrigin_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*SignShareOrigin) Descriptor deprecated

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

Deprecated: Use SignShareOrigin.ProtoReflect.Descriptor instead.

func (*SignShareOrigin) GetContextStore

func (x *SignShareOrigin) GetContextStore() *contextstorepb.Origin

func (*SignShareOrigin) GetDsl

func (x *SignShareOrigin) GetDsl() *dslpb.Origin

func (*SignShareOrigin) GetModule

func (x *SignShareOrigin) GetModule() string

func (*SignShareOrigin) GetType

func (m *SignShareOrigin) GetType() isSignShareOrigin_Type

func (*SignShareOrigin) ProtoMessage

func (*SignShareOrigin) ProtoMessage()

func (*SignShareOrigin) ProtoReflect

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

func (*SignShareOrigin) ReflectTypeOptions added in v0.2.0

func (*SignShareOrigin) ReflectTypeOptions() []reflect.Type

func (*SignShareOrigin) Reset

func (x *SignShareOrigin) Reset()

func (*SignShareOrigin) String

func (x *SignShareOrigin) String() string

type SignShareOrigin_ContextStore

type SignShareOrigin_ContextStore struct {
	ContextStore *contextstorepb.Origin `protobuf:"bytes,2,opt,name=context_store,json=contextStore,proto3,oneof"`
}

func (*SignShareOrigin_ContextStore) Unwrap added in v0.2.0

type SignShareOrigin_Dsl

type SignShareOrigin_Dsl struct {
	Dsl *dslpb.Origin `protobuf:"bytes,3,opt,name=dsl,proto3,oneof"`
}

func (*SignShareOrigin_Dsl) Unwrap added in v0.2.0

func (w *SignShareOrigin_Dsl) Unwrap() *dslpb.Origin

type SignShareOrigin_Type added in v0.2.0

type SignShareOrigin_Type = isSignShareOrigin_Type

type SignShareOrigin_TypeWrapper added in v0.2.0

type SignShareOrigin_TypeWrapper[T any] interface {
	SignShareOrigin_Type
	Unwrap() *T
}

type SignShareResult

type SignShareResult struct {
	SignatureShare []byte           `protobuf:"bytes,1,opt,name=signature_share,json=signatureShare,proto3" json:"signature_share,omitempty"`
	Origin         *SignShareOrigin `protobuf:"bytes,2,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*SignShareResult) Descriptor deprecated

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

Deprecated: Use SignShareResult.ProtoReflect.Descriptor instead.

func (*SignShareResult) GetOrigin

func (x *SignShareResult) GetOrigin() *SignShareOrigin

func (*SignShareResult) GetSignatureShare

func (x *SignShareResult) GetSignatureShare() []byte

func (*SignShareResult) ProtoMessage

func (*SignShareResult) ProtoMessage()

func (*SignShareResult) ProtoReflect

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

func (*SignShareResult) Reset

func (x *SignShareResult) Reset()

func (*SignShareResult) String

func (x *SignShareResult) String() string

type VerifyFull

type VerifyFull struct {
	Data          [][]byte          `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	FullSignature []byte            `protobuf:"bytes,2,opt,name=full_signature,json=fullSignature,proto3" json:"full_signature,omitempty"`
	Origin        *VerifyFullOrigin `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyFull) Descriptor deprecated

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

Deprecated: Use VerifyFull.ProtoReflect.Descriptor instead.

func (*VerifyFull) GetData

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

func (*VerifyFull) GetFullSignature

func (x *VerifyFull) GetFullSignature() []byte

func (*VerifyFull) GetOrigin

func (x *VerifyFull) GetOrigin() *VerifyFullOrigin

func (*VerifyFull) ProtoMessage

func (*VerifyFull) ProtoMessage()

func (*VerifyFull) ProtoReflect

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

func (*VerifyFull) Reset

func (x *VerifyFull) Reset()

func (*VerifyFull) String

func (x *VerifyFull) String() string

type VerifyFullOrigin

type VerifyFullOrigin struct {
	Module string `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"`
	// Types that are assignable to Type:
	//	*VerifyFullOrigin_ContextStore
	//	*VerifyFullOrigin_Dsl
	Type isVerifyFullOrigin_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*VerifyFullOrigin) Descriptor deprecated

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

Deprecated: Use VerifyFullOrigin.ProtoReflect.Descriptor instead.

func (*VerifyFullOrigin) GetContextStore

func (x *VerifyFullOrigin) GetContextStore() *contextstorepb.Origin

func (*VerifyFullOrigin) GetDsl

func (x *VerifyFullOrigin) GetDsl() *dslpb.Origin

func (*VerifyFullOrigin) GetModule

func (x *VerifyFullOrigin) GetModule() string

func (*VerifyFullOrigin) GetType

func (m *VerifyFullOrigin) GetType() isVerifyFullOrigin_Type

func (*VerifyFullOrigin) ProtoMessage

func (*VerifyFullOrigin) ProtoMessage()

func (*VerifyFullOrigin) ProtoReflect

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

func (*VerifyFullOrigin) ReflectTypeOptions added in v0.2.0

func (*VerifyFullOrigin) ReflectTypeOptions() []reflect.Type

func (*VerifyFullOrigin) Reset

func (x *VerifyFullOrigin) Reset()

func (*VerifyFullOrigin) String

func (x *VerifyFullOrigin) String() string

type VerifyFullOrigin_ContextStore

type VerifyFullOrigin_ContextStore struct {
	ContextStore *contextstorepb.Origin `protobuf:"bytes,2,opt,name=context_store,json=contextStore,proto3,oneof"`
}

func (*VerifyFullOrigin_ContextStore) Unwrap added in v0.2.0

type VerifyFullOrigin_Dsl

type VerifyFullOrigin_Dsl struct {
	Dsl *dslpb.Origin `protobuf:"bytes,3,opt,name=dsl,proto3,oneof"`
}

func (*VerifyFullOrigin_Dsl) Unwrap added in v0.2.0

func (w *VerifyFullOrigin_Dsl) Unwrap() *dslpb.Origin

type VerifyFullOrigin_Type added in v0.2.0

type VerifyFullOrigin_Type = isVerifyFullOrigin_Type

type VerifyFullOrigin_TypeWrapper added in v0.2.0

type VerifyFullOrigin_TypeWrapper[T any] interface {
	VerifyFullOrigin_Type
	Unwrap() *T
}

type VerifyFullResult

type VerifyFullResult struct {
	Ok     bool              `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
	Error  string            `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	Origin *VerifyFullOrigin `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyFullResult) Descriptor deprecated

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

Deprecated: Use VerifyFullResult.ProtoReflect.Descriptor instead.

func (*VerifyFullResult) GetError

func (x *VerifyFullResult) GetError() string

func (*VerifyFullResult) GetOk

func (x *VerifyFullResult) GetOk() bool

func (*VerifyFullResult) GetOrigin

func (x *VerifyFullResult) GetOrigin() *VerifyFullOrigin

func (*VerifyFullResult) ProtoMessage

func (*VerifyFullResult) ProtoMessage()

func (*VerifyFullResult) ProtoReflect

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

func (*VerifyFullResult) Reset

func (x *VerifyFullResult) Reset()

func (*VerifyFullResult) String

func (x *VerifyFullResult) String() string

type VerifyShare

type VerifyShare struct {
	Data           [][]byte           `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	SignatureShare []byte             `protobuf:"bytes,2,opt,name=signature_share,json=signatureShare,proto3" json:"signature_share,omitempty"`
	NodeId         string             `protobuf:"bytes,3,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	Origin         *VerifyShareOrigin `protobuf:"bytes,4,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyShare) Descriptor deprecated

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

Deprecated: Use VerifyShare.ProtoReflect.Descriptor instead.

func (*VerifyShare) GetData

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

func (*VerifyShare) GetNodeId

func (x *VerifyShare) GetNodeId() string

func (*VerifyShare) GetOrigin

func (x *VerifyShare) GetOrigin() *VerifyShareOrigin

func (*VerifyShare) GetSignatureShare

func (x *VerifyShare) GetSignatureShare() []byte

func (*VerifyShare) ProtoMessage

func (*VerifyShare) ProtoMessage()

func (*VerifyShare) ProtoReflect

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

func (*VerifyShare) Reset

func (x *VerifyShare) Reset()

func (*VerifyShare) String

func (x *VerifyShare) String() string

type VerifyShareOrigin

type VerifyShareOrigin struct {
	Module string `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"`
	// Types that are assignable to Type:
	//	*VerifyShareOrigin_ContextStore
	//	*VerifyShareOrigin_Dsl
	Type isVerifyShareOrigin_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*VerifyShareOrigin) Descriptor deprecated

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

Deprecated: Use VerifyShareOrigin.ProtoReflect.Descriptor instead.

func (*VerifyShareOrigin) GetContextStore

func (x *VerifyShareOrigin) GetContextStore() *contextstorepb.Origin

func (*VerifyShareOrigin) GetDsl

func (x *VerifyShareOrigin) GetDsl() *dslpb.Origin

func (*VerifyShareOrigin) GetModule

func (x *VerifyShareOrigin) GetModule() string

func (*VerifyShareOrigin) GetType

func (m *VerifyShareOrigin) GetType() isVerifyShareOrigin_Type

func (*VerifyShareOrigin) ProtoMessage

func (*VerifyShareOrigin) ProtoMessage()

func (*VerifyShareOrigin) ProtoReflect

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

func (*VerifyShareOrigin) ReflectTypeOptions added in v0.2.0

func (*VerifyShareOrigin) ReflectTypeOptions() []reflect.Type

func (*VerifyShareOrigin) Reset

func (x *VerifyShareOrigin) Reset()

func (*VerifyShareOrigin) String

func (x *VerifyShareOrigin) String() string

type VerifyShareOrigin_ContextStore

type VerifyShareOrigin_ContextStore struct {
	ContextStore *contextstorepb.Origin `protobuf:"bytes,2,opt,name=context_store,json=contextStore,proto3,oneof"`
}

func (*VerifyShareOrigin_ContextStore) Unwrap added in v0.2.0

type VerifyShareOrigin_Dsl

type VerifyShareOrigin_Dsl struct {
	Dsl *dslpb.Origin `protobuf:"bytes,3,opt,name=dsl,proto3,oneof"`
}

func (*VerifyShareOrigin_Dsl) Unwrap added in v0.2.0

func (w *VerifyShareOrigin_Dsl) Unwrap() *dslpb.Origin

type VerifyShareOrigin_Type added in v0.2.0

type VerifyShareOrigin_Type = isVerifyShareOrigin_Type

type VerifyShareOrigin_TypeWrapper added in v0.2.0

type VerifyShareOrigin_TypeWrapper[T any] interface {
	VerifyShareOrigin_Type
	Unwrap() *T
}

type VerifyShareResult

type VerifyShareResult struct {
	Ok     bool               `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
	Error  string             `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	Origin *VerifyShareOrigin `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyShareResult) Descriptor deprecated

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

Deprecated: Use VerifyShareResult.ProtoReflect.Descriptor instead.

func (*VerifyShareResult) GetError

func (x *VerifyShareResult) GetError() string

func (*VerifyShareResult) GetOk

func (x *VerifyShareResult) GetOk() bool

func (*VerifyShareResult) GetOrigin

func (x *VerifyShareResult) GetOrigin() *VerifyShareOrigin

func (*VerifyShareResult) ProtoMessage

func (*VerifyShareResult) ProtoMessage()

func (*VerifyShareResult) ProtoReflect

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

func (*VerifyShareResult) Reset

func (x *VerifyShareResult) Reset()

func (*VerifyShareResult) String

func (x *VerifyShareResult) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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