nameclash

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: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Y

type Y struct {
	Foo    json.Foo
	Foo2   json.Foo
	Bar    errors.Foo
	Gazonk YJSON
	Over   int
}

func (Y) MarshalJSON

func (y Y) MarshalJSON() ([]byte, error)

MarshalJSON marshals as JSON.

func (Y) MarshalTOML

func (y Y) MarshalTOML() (interface{}, error)

MarshalTOML marshals as TOML.

func (Y) MarshalYAML

func (y Y) MarshalYAML() (interface{}, error)

MarshalYAML marshals as YAML.

func (*Y) UnmarshalJSON

func (y *Y) UnmarshalJSON(input []byte) error

UnmarshalJSON unmarshals from JSON.

func (*Y) UnmarshalTOML

func (y *Y) UnmarshalTOML(unmarshal func(interface{}) error) error

UnmarshalTOML unmarshals from TOML.

func (*Y) UnmarshalYAML

func (y *Y) UnmarshalYAML(unmarshal func(interface{}) error) error

UnmarshalYAML unmarshals from YAML.

type YJSON

type YJSON struct{}

This one clashes with the generated intermediate type name.

Jump to

Keyboard shortcuts

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