node

package
v0.2.12 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth struct {
	JWTRequest *JWTRequest
	// contains filtered or unexported fields
}

func NewAuth

func NewAuth() *Auth

func (*Auth) JWT

func (a *Auth) JWT(ctx context.Context, req *JWTRequest) error

type JWTRequest

type JWTRequest struct {
	Inbox       string `json:"inbox"`
	GithubToken string `json:"github_token"`
}

type Store

type Store struct {
	// contains filtered or unexported fields
}

func NewStore

func NewStore() (*Store, error)

func (*Store) FindConfig

func (s *Store) FindConfig() (*domain.Node, error)

func (*Store) FindUser

func (s *Store) FindUser(name string) (*user, error)

func (*Store) RemoveUser added in v0.2.11

func (s *Store) RemoveUser(name string) error

func (*Store) StoreUser

func (s *Store) StoreUser(name string, role domain.Role) error

Jump to

Keyboard shortcuts

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