Documentation ¶
Overview ¶
Copyright © 2019 Annchain Authors <EMAIL ADDRESS>
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool bool
func (Bool) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Byte ¶
type Byte byte
integer values.
func (Byte) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Bytes ¶
type Bytes []byte
func (Bytes) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Float32 ¶
type Float32 float32
func (Float32) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Float64 ¶
type Float64 float64
func (Float64) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Int ¶
type Int int
func (Int) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Int16 ¶
type Int16 int16
func (Int16) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Int32 ¶
type Int32 int32
func (Int32) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Int64 ¶
type Int64 int64
func (Int64) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Int8 ¶
type Int8 int8
func (Int8) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Message ¶
type Message interface { msgp.MarshalSizer msgp.Unmarshaler msgp.Encodable msgp.Decodable }
type Messages ¶
type Messages []Message
func (Messages) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type String ¶
type String string
func (String) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Strings ¶
type Strings []string
func (Strings) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Uint ¶
type Uint uint
func (Uint) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Uint16 ¶
type Uint16 uint16
func (Uint16) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Uint32 ¶
type Uint32 uint32
func (Uint32) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Uint64 ¶
type Uint64 uint64
func (Uint64) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Uint8 ¶
type Uint8 uint8
func (Uint8) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Uints ¶
type Uints []uint
func (Uints) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler