__

package
v0.0.0-...-457732c Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_access_proto protoreflect.FileDescriptor
View Source
var File_address_proto protoreflect.FileDescriptor
View Source
var File_signature_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccessKey

type AccessKey struct {
	MasterKey string `protobuf:"bytes,1,opt,name=masterKey,proto3" json:"masterKey,omitempty"`
	Access    string `protobuf:"bytes,2,opt,name=access,proto3" json:"access,omitempty"`
	// contains filtered or unexported fields
}

func (*AccessKey) Descriptor deprecated

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

Deprecated: Use AccessKey.ProtoReflect.Descriptor instead.

func (*AccessKey) GetAccess

func (x *AccessKey) GetAccess() string

func (*AccessKey) GetMasterKey

func (x *AccessKey) GetMasterKey() string

func (*AccessKey) ProtoMessage

func (*AccessKey) ProtoMessage()

func (*AccessKey) ProtoReflect

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

func (*AccessKey) Reset

func (x *AccessKey) Reset()

func (*AccessKey) String

func (x *AccessKey) String() string

type BaseAddress

type BaseAddress struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Salt []byte `protobuf:"bytes,2,opt,name=salt,proto3" json:"salt,omitempty"`
	Pid  string `protobuf:"bytes,3,opt,name=pid,proto3" json:"pid,omitempty"`
	Time []byte `protobuf:"bytes,4,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*BaseAddress) Descriptor deprecated

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

Deprecated: Use BaseAddress.ProtoReflect.Descriptor instead.

func (*BaseAddress) GetName

func (x *BaseAddress) GetName() string

func (*BaseAddress) GetPid

func (x *BaseAddress) GetPid() string

func (*BaseAddress) GetSalt

func (x *BaseAddress) GetSalt() []byte

func (*BaseAddress) GetTime

func (x *BaseAddress) GetTime() []byte

func (*BaseAddress) ProtoMessage

func (*BaseAddress) ProtoMessage()

func (*BaseAddress) ProtoReflect

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

func (*BaseAddress) Reset

func (x *BaseAddress) Reset()

func (*BaseAddress) String

func (x *BaseAddress) String() string

type HashData

type HashData struct {
	BaseHash string `protobuf:"bytes,1,opt,name=baseHash,proto3" json:"baseHash,omitempty"`
	Salt     []byte `protobuf:"bytes,2,opt,name=salt,proto3" json:"salt,omitempty"`
	Value    []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*HashData) Descriptor deprecated

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

Deprecated: Use HashData.ProtoReflect.Descriptor instead.

func (*HashData) GetBaseHash

func (x *HashData) GetBaseHash() string

func (*HashData) GetSalt

func (x *HashData) GetSalt() []byte

func (*HashData) GetValue

func (x *HashData) GetValue() []byte

func (*HashData) ProtoMessage

func (*HashData) ProtoMessage()

func (*HashData) ProtoReflect

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

func (*HashData) Reset

func (x *HashData) Reset()

func (*HashData) String

func (x *HashData) String() string

type SignatureData

type SignatureData struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Sign  []byte `protobuf:"bytes,2,opt,name=sign,proto3" json:"sign,omitempty"`
	// contains filtered or unexported fields
}

func (*SignatureData) Descriptor deprecated

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

Deprecated: Use SignatureData.ProtoReflect.Descriptor instead.

func (*SignatureData) GetSign

func (x *SignatureData) GetSign() []byte

func (*SignatureData) GetValue

func (x *SignatureData) GetValue() []byte

func (*SignatureData) ProtoMessage

func (*SignatureData) ProtoMessage()

func (*SignatureData) ProtoReflect

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

func (*SignatureData) Reset

func (x *SignatureData) Reset()

func (*SignatureData) String

func (x *SignatureData) String() string

type TimeMessage

type TimeMessage struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Begin []byte `protobuf:"bytes,2,opt,name=begin,proto3" json:"begin,omitempty"`
	End   []byte `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"`
	Eps   int64  `protobuf:"varint,4,opt,name=eps,proto3" json:"eps,omitempty"`
	Cool  int64  `protobuf:"varint,5,opt,name=cool,proto3" json:"cool,omitempty"`
	N     int32  `protobuf:"varint,6,opt,name=n,proto3" json:"n,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeMessage) Descriptor deprecated

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

Deprecated: Use TimeMessage.ProtoReflect.Descriptor instead.

func (*TimeMessage) GetBegin

func (x *TimeMessage) GetBegin() []byte

func (*TimeMessage) GetCool

func (x *TimeMessage) GetCool() int64

func (*TimeMessage) GetEnd

func (x *TimeMessage) GetEnd() []byte

func (*TimeMessage) GetEps

func (x *TimeMessage) GetEps() int64

func (*TimeMessage) GetN

func (x *TimeMessage) GetN() int32

func (*TimeMessage) GetName

func (x *TimeMessage) GetName() string

func (*TimeMessage) ProtoMessage

func (*TimeMessage) ProtoMessage()

func (*TimeMessage) ProtoReflect

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

func (*TimeMessage) Reset

func (x *TimeMessage) Reset()

func (*TimeMessage) String

func (x *TimeMessage) String() string

type TimeParams

type TimeParams struct {
	Name  string
	Begin time.Time
	End   time.Time
	Eps   time.Duration
	Cool  time.Duration
	N     int
}

func (*TimeParams) Marshal

func (tp *TimeParams) Marshal() ([]byte, error)

func (*TimeParams) Unmarshal

func (tp *TimeParams) Unmarshal(m []byte) error

Jump to

Keyboard shortcuts

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