v1

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var UserCurrentVersion = loader.NewVersionPanic("0.1")
View Source
var UserLoadersRegistry = loader.NewRegistry(
	loader.SLoaders{
		"0.1": User_0_1{},
	},
	loader.STransformers{
		"0.1": loader.STargetTransformers{},
	},
)

Functions

This section is empty.

Types

type User

type User struct {
	Home    string
	Address string
	Gender  string
}

func (User) MarshalBSON

func (s User) MarshalBSON() ([]byte, error)

func (*User) UnmarshalBSON

func (s *User) UnmarshalBSON(src []byte) error

type UserCurrent

type UserCurrent = User_0_1

type User_0_1

type User_0_1 User

Jump to

Keyboard shortcuts

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