query

package
v0.0.0-...-ae75a06 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2022 License: Apache-2.0 Imports: 1 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Result

type Result struct {
	Result interface{}
	Error  error
}

type UserAuth

type UserAuth interface {
	FindByUserID(userUID uuid.UUID) <-chan Result
}

type UserEvent

type UserEvent interface {
	FindAllByID(userUID uuid.UUID) <-chan Result
}

type UserRead

type UserRead interface {
	FindByID(userUID uuid.UUID) <-chan Result
	FindByUsername(username string) <-chan Result
	FindByUsernameAndPassword(username, password string) <-chan Result
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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