package
Version:
v0.0.0-...-ae75a06
Opens a new window with list of versions in this module.
Published: Feb 10, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 8
Opens a new window with list of known importers.
Documentation
¶
type Result struct {
Result interface{}
Error error
}
type UserAuth interface {
FindByUserID(userUID uuid.UUID) <-chan Result
}
type UserEvent interface {
FindAllByID(userUID uuid.UUID) <-chan Result
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.