input

package
v1.0.0-alpha.11 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountService

type AccountService interface {
	Create(name, comment string) (*domain.Account, error)
	GetAll() ([]*domain.Account, error)
}

type UserService

type UserService interface {
	Create(name, email string) (*domain.User, error)
	Get(email string) (*domain.User, error)
	Update(user *domain.User) error
	Disable(id string) error
}

Jump to

Keyboard shortcuts

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