repository

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigLogReposiory

type ConfigLogReposiory interface {
	CreateNewConfigLog(models.ConfigLog) (models.ConfigLog, error)
	ListAllConfigLogs() ([]models.ConfigLog, error)
}

type UserReposiory

type UserReposiory interface {
	CreateNewUser(models.User) (models.User, error)
	ListAllUsers() ([]models.User, error)
	ListUser(uint32) (models.User, error)
	UpdateUser(uint32, models.User) (int64, error)
	DeleteUser(uint32) (int64, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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