model

package
v0.0.0-...-a56dbdc Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2018 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IntStringPair

type IntStringPair interface {
	First() int
	SetFirst(val int)
	Second() string
	SetSecond(val string)
}

type User

type User struct {
	Score int
}

type User2

type User2 struct {
	FirstName  string
	LastName   string
	Tags       []int
	Properties *UserProperties
}

type UserInfo

type UserInfo struct {
	FirstName  *string
	LastName   *string
	Tags       []int
	Properties map[string]interface{}
}

type UserProperties

type UserProperties struct {
	City string
	Age  int
}

Jump to

Keyboard shortcuts

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