usecase

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Users

type Users interface {
	Create(ctx context.Context, userNickname string, userEmoji string) (*model.User, error)
	Edit(ctx context.Context, userId string, nickname string, emoji string) error
	AllowedEmojis(ctx context.Context) ([]string, error)
	Get(ctx context.Context, userId string) (*model.User, error)
	GetMultiple(ctx context.Context, userIds []string) ([]*model.User, error)
}

func New

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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