extended_data_square

package
v0.13.5 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthExtendedDataSquare        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowExtendedDataSquare          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupExtendedDataSquare = fmt.Errorf("proto: unexpected end of group")
)
View Source
var Status_name = map[int32]string{
	0: "INVALID",
	1: "OK",
	2: "NOT_FOUND",
	3: "INTERNAL",
}
View Source
var Status_value = map[string]int32{
	"INVALID":   0,
	"OK":        1,
	"NOT_FOUND": 2,
	"INTERNAL":  3,
}

Functions

This section is empty.

Types

type EDSRequest

type EDSRequest struct {
	Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
}

func (*EDSRequest) Descriptor

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

func (*EDSRequest) GetHash

func (m *EDSRequest) GetHash() []byte

func (*EDSRequest) Marshal

func (m *EDSRequest) Marshal() (dAtA []byte, err error)

func (*EDSRequest) MarshalTo

func (m *EDSRequest) MarshalTo(dAtA []byte) (int, error)

func (*EDSRequest) MarshalToSizedBuffer

func (m *EDSRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EDSRequest) ProtoMessage

func (*EDSRequest) ProtoMessage()

func (*EDSRequest) Reset

func (m *EDSRequest) Reset()

func (*EDSRequest) Size

func (m *EDSRequest) Size() (n int)

func (*EDSRequest) String

func (m *EDSRequest) String() string

func (*EDSRequest) Unmarshal

func (m *EDSRequest) Unmarshal(dAtA []byte) error

func (*EDSRequest) XXX_DiscardUnknown

func (m *EDSRequest) XXX_DiscardUnknown()

func (*EDSRequest) XXX_Marshal

func (m *EDSRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EDSRequest) XXX_Merge

func (m *EDSRequest) XXX_Merge(src proto.Message)

func (*EDSRequest) XXX_Size

func (m *EDSRequest) XXX_Size() int

func (*EDSRequest) XXX_Unmarshal

func (m *EDSRequest) XXX_Unmarshal(b []byte) error

type EDSResponse

type EDSResponse struct {
	Status Status `protobuf:"varint,1,opt,name=status,proto3,enum=Status" json:"status,omitempty"`
}

func (*EDSResponse) Descriptor

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

func (*EDSResponse) GetStatus

func (m *EDSResponse) GetStatus() Status

func (*EDSResponse) Marshal

func (m *EDSResponse) Marshal() (dAtA []byte, err error)

func (*EDSResponse) MarshalTo

func (m *EDSResponse) MarshalTo(dAtA []byte) (int, error)

func (*EDSResponse) MarshalToSizedBuffer

func (m *EDSResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EDSResponse) ProtoMessage

func (*EDSResponse) ProtoMessage()

func (*EDSResponse) Reset

func (m *EDSResponse) Reset()

func (*EDSResponse) Size

func (m *EDSResponse) Size() (n int)

func (*EDSResponse) String

func (m *EDSResponse) String() string

func (*EDSResponse) Unmarshal

func (m *EDSResponse) Unmarshal(dAtA []byte) error

func (*EDSResponse) XXX_DiscardUnknown

func (m *EDSResponse) XXX_DiscardUnknown()

func (*EDSResponse) XXX_Marshal

func (m *EDSResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EDSResponse) XXX_Merge

func (m *EDSResponse) XXX_Merge(src proto.Message)

func (*EDSResponse) XXX_Size

func (m *EDSResponse) XXX_Size() int

func (*EDSResponse) XXX_Unmarshal

func (m *EDSResponse) XXX_Unmarshal(b []byte) error

type Status

type Status int32
const (
	Status_INVALID   Status = 0
	Status_OK        Status = 1
	Status_NOT_FOUND Status = 2
	Status_INTERNAL  Status = 3
)

func (Status) EnumDescriptor

func (Status) EnumDescriptor() ([]byte, []int)

func (Status) String

func (x Status) String() string

Jump to

Keyboard shortcuts

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