Versions in this module Expand all Collapse all v1 v1.1.0 Nov 25, 2019 Changes in this version type HeaderTest + S Struct type HeaderTest2 + S Struct + TestArray []byte type Person1 + Address string + Age int + Name string + Unexported string type Person2 + Address string + Age int + Map222 map[string]int + Name string + Unexported string v1.0.0 Nov 21, 2018 Changes in this version + const Eight + type Data []byte + func (z Data) MarshalHash() (o []byte, err error) + func (z Data) Msgsize() (s int) + type HeaderTest struct + GenesisHash []hash.Hash + MerkleRoot *[]*hash.Hash + ParentHash []*hash.Hash + Producer proto.NodeID + TestArray []byte + TestName string + Timestamp time.Time + Version int32 + func (z *HeaderTest) MarshalHash() (o []byte, err error) + func (z *HeaderTest) Msgsize() (s int) + type HeaderTest2 struct + GenesisHash2 []hash.Hash + MerkleRoot2 *[]*hash.Hash + ParentHash2 []*hash.Hash + Producer2 proto.NodeID + TestArray2 []byte + TestName2 string + Timestamp2 time.Time + Version2 int32 + func (z *HeaderTest2) MarshalHash() (o []byte, err error) + func (z *HeaderTest2) Msgsize() (s int) + type MyInt int + func (z MyInt) MarshalHash() (o []byte, err error) + func (z MyInt) Msgsize() (s int) + type Person1 struct + Address1 string + Age1 int + Map map[string]int + Name1 string + func (z *Person1) MarshalHash() (o []byte, err error) + func (z *Person1) Msgsize() (s int) + type Person2 struct + Address2 string + Age2 int + Map map[string]int + Name2 string + func (z *Person2) MarshalHash() (o []byte, err error) + func (z *Person2) Msgsize() (s int) + type Struct struct + Nums [Eight]float64 + Other Data + Which map[string]*MyInt + func (z *Struct) MarshalHash() (o []byte, err error) + func (z *Struct) Msgsize() (s int) Incompatible versions in this module v2.0.0+incompatible Jan 24, 2019