gencode

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2020 License: MIT Imports: 3 Imported by: 0

README

gencode go -schema=model.schema -package gencode

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Object

type Object struct {
	A uint32
	B uint64
	C float32
	D float64
	E string
	F bool
	G []byte
	H [][]byte
}

func (*Object) Marshal

func (d *Object) Marshal(buf []byte) ([]byte, error)

func (*Object) Size

func (d *Object) Size() (s uint64)

func (*Object) Unmarshal

func (d *Object) Unmarshal(buf []byte) (uint64, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL