controller

package
v0.0.0-...-b1b3be6 Latest Latest
Warning

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

Go to latest
Published: May 11, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitLogger

func InitLogger(l *zap.SugaredLogger)

InitLogger 初始化 logger

Types

type User

type User struct {
	Uid  int
	Name string
}

func CreateUser

func CreateUser(ctx context.Context, name string) (*User, error)

func GetUser

func GetUser(ctx context.Context, uid int) (*User, error)

Jump to

Keyboard shortcuts

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