Documentation ¶
Index ¶
- type BatchReturn
- func (b BatchReturn) AllOk() bool
- func (b BatchReturn) CodeAt(n uint64) (exitcode.ExitCode, error)
- func (b BatchReturn) Codes() []exitcode.ExitCode
- func (t *BatchReturn) MarshalCBOR(w io.Writer) error
- func (b BatchReturn) Size() int
- func (t *BatchReturn) UnmarshalCBOR(r io.Reader) (err error)
- func (b BatchReturn) Validate() error
- type FailCode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchReturn ¶
func (BatchReturn) AllOk ¶
func (b BatchReturn) AllOk() bool
func (BatchReturn) Codes ¶
func (b BatchReturn) Codes() []exitcode.ExitCode
func (*BatchReturn) MarshalCBOR ¶
func (t *BatchReturn) MarshalCBOR(w io.Writer) error
func (BatchReturn) Size ¶
func (b BatchReturn) Size() int
func (*BatchReturn) UnmarshalCBOR ¶
func (t *BatchReturn) UnmarshalCBOR(r io.Reader) (err error)
func (BatchReturn) Validate ¶
func (b BatchReturn) Validate() error
Click to show internal directories.
Click to hide internal directories.