funcoverride

package
v0.0.0-...-d43a56d Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Z

type Z struct {
	S string `json:"s"`
	I int32  `json:"iVal"`
}

func (*Z) Hash

func (z *Z) Hash() string

func (Z) MarshalJSON

func (z Z) MarshalJSON() ([]byte, error)

MarshalJSON marshals as JSON.

func (Z) MarshalTOML

func (z Z) MarshalTOML() (interface{}, error)

MarshalTOML marshals as TOML.

func (Z) MarshalYAML

func (z Z) MarshalYAML() (interface{}, error)

MarshalYAML marshals as YAML.

func (*Z) MultiplyIByTwo

func (z *Z) MultiplyIByTwo() int32

func (*Z) NotUsed

func (z *Z) NotUsed() string

func (*Z) UnmarshalJSON

func (z *Z) UnmarshalJSON(input []byte) error

UnmarshalJSON unmarshals from JSON.

func (*Z) UnmarshalTOML

func (z *Z) UnmarshalTOML(unmarshal func(interface{}) error) error

UnmarshalTOML unmarshals from TOML.

func (*Z) UnmarshalYAML

func (z *Z) UnmarshalYAML(unmarshal func(interface{}) error) error

UnmarshalYAML unmarshals from YAML.

type Zo

type Zo struct {
	Hash           string
	MultiplyIByTwo int64 `json:"multipliedByTwo"`
}

Jump to

Keyboard shortcuts

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