Documentation
¶
Index ¶
- type BlockfileVerifyResponse
- func (*BlockfileVerifyResponse) Descriptor() ([]byte, []int)
- func (m *BlockfileVerifyResponse) GetChannelID() string
- func (m *BlockfileVerifyResponse) GetPass() bool
- func (*BlockfileVerifyResponse) ProtoMessage()
- func (m *BlockfileVerifyResponse) Reset()
- func (m *BlockfileVerifyResponse) String() string
- func (m *BlockfileVerifyResponse) XXX_DiscardUnknown()
- func (m *BlockfileVerifyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BlockfileVerifyResponse) XXX_Merge(src proto.Message)
- func (m *BlockfileVerifyResponse) XXX_Size() int
- func (m *BlockfileVerifyResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockfileVerifyResponse ¶
type BlockfileVerifyResponse struct { Pass bool `protobuf:"varint,1,opt,name=pass,proto3" json:"pass"` ChannelID string `protobuf:"bytes,2,opt,name=channelID,proto3" json:"channelID"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
BlockfileVerifyResponse -- Verify Result
func (*BlockfileVerifyResponse) Descriptor ¶
func (*BlockfileVerifyResponse) Descriptor() ([]byte, []int)
func (*BlockfileVerifyResponse) GetChannelID ¶
func (m *BlockfileVerifyResponse) GetChannelID() string
func (*BlockfileVerifyResponse) GetPass ¶
func (m *BlockfileVerifyResponse) GetPass() bool
func (*BlockfileVerifyResponse) ProtoMessage ¶
func (*BlockfileVerifyResponse) ProtoMessage()
func (*BlockfileVerifyResponse) Reset ¶
func (m *BlockfileVerifyResponse) Reset()
func (*BlockfileVerifyResponse) String ¶
func (m *BlockfileVerifyResponse) String() string
func (*BlockfileVerifyResponse) XXX_DiscardUnknown ¶
func (m *BlockfileVerifyResponse) XXX_DiscardUnknown()
func (*BlockfileVerifyResponse) XXX_Marshal ¶
func (m *BlockfileVerifyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BlockfileVerifyResponse) XXX_Merge ¶
func (dst *BlockfileVerifyResponse) XXX_Merge(src proto.Message)
func (*BlockfileVerifyResponse) XXX_Size ¶
func (m *BlockfileVerifyResponse) XXX_Size() int
func (*BlockfileVerifyResponse) XXX_Unmarshal ¶
func (m *BlockfileVerifyResponse) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.