user

package
v0.0.0-...-8b1ff5d Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2021 License: AGPL-3.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 App

type App interface {
	Store
}

type Filter

type Filter struct {
	ID string
}

type Store

type Store interface {
	Fetch(context.Context, Filter) (User, error)
}

type User

type User struct {
	ID   string
	Name string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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