examples

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2024 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 CreateUserDbModel

type CreateUserDbModel struct {
	MetaData  string `json:"meta_data"`
	UserTitle string `json:"user_title"`
}

type CreateUserReqDto

type CreateUserReqDto struct {
	UserTitle string `json:"user_title"`
}

func (*CreateUserReqDto) ToDbModel

func (m *CreateUserReqDto) ToDbModel(meta_data string) CreateUserDbModel

type UpdateUserDbModel

type UpdateUserDbModel struct {
	MetaData  string `json:"meta_data"`
	UserTitle string `json:"user_title"`
}

type UpdateUserReqDto

type UpdateUserReqDto struct {
	UserTitle string `json:"user_title"`
}

func (*UpdateUserReqDto) ToDbModel

func (m *UpdateUserReqDto) ToDbModel(meta_data string) UpdateUserDbModel

type UserResDto

type UserResDto struct {
	UserId    int64  `json:"user_id"`
	MetaData  string `json:"meta_data"`
	UserTitle string `json:"user_title"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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