models

package
v0.0.0-...-74c685c Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NewUserV1

type NewUserV1 struct {
	Id       string
	Name     string
	Password string
}

Schema: newUser.v1

func (*NewUserV1) Deserialize

func (m *NewUserV1) Deserialize(data io.ReadCloser) error

type UserInfoV1

type UserInfoV1 struct {
	Name    string `json:"name"`
	Picture string `json:"picture,omitempty"`
}

Schema: userInfo.v1

type UserProfileCommonV1

type UserProfileCommonV1 struct {
	Name    string
	Picture string
}

Schema: userProfileCommon.v1

func (*UserProfileCommonV1) Deserialize

func (m *UserProfileCommonV1) Deserialize(data io.Reader) error

type UserProfilePasswordV1

type UserProfilePasswordV1 struct {
	Current string
	New     string
}

Schema: userProfilePassword.v1

func (*UserProfilePasswordV1) Deserialize

func (m *UserProfilePasswordV1) Deserialize(data io.Reader) error

Jump to

Keyboard shortcuts

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