Documentation ¶
Index ¶
- Variables
- type EDSRequest
- func (*EDSRequest) Descriptor() ([]byte, []int)
- func (m *EDSRequest) GetHash() []byte
- func (m *EDSRequest) Marshal() (dAtA []byte, err error)
- func (m *EDSRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *EDSRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EDSRequest) ProtoMessage()
- func (m *EDSRequest) Reset()
- func (m *EDSRequest) Size() (n int)
- func (m *EDSRequest) String() string
- func (m *EDSRequest) Unmarshal(dAtA []byte) error
- func (m *EDSRequest) XXX_DiscardUnknown()
- func (m *EDSRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EDSRequest) XXX_Merge(src proto.Message)
- func (m *EDSRequest) XXX_Size() int
- func (m *EDSRequest) XXX_Unmarshal(b []byte) error
- type EDSResponse
- func (*EDSResponse) Descriptor() ([]byte, []int)
- func (m *EDSResponse) GetStatus() Status
- func (m *EDSResponse) Marshal() (dAtA []byte, err error)
- func (m *EDSResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *EDSResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EDSResponse) ProtoMessage()
- func (m *EDSResponse) Reset()
- func (m *EDSResponse) Size() (n int)
- func (m *EDSResponse) String() string
- func (m *EDSResponse) Unmarshal(dAtA []byte) error
- func (m *EDSResponse) XXX_DiscardUnknown()
- func (m *EDSResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EDSResponse) XXX_Merge(src proto.Message)
- func (m *EDSResponse) XXX_Size() int
- func (m *EDSResponse) XXX_Unmarshal(b []byte) error
- type Status
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",
}
View Source
var Status_value = map[string]int32{
"INVALID": 0,
"OK": 1,
"NOT_FOUND": 2,
}
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) 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) 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
Click to show internal directories.
Click to hide internal directories.