auth

package
v0.0.0-...-a0c0297 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2023 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 Channel

type Channel struct {
	ID       string
	ClientID string
}

type Client

type Client struct {
	ID        string
	ProjectID string
	Secret    string
}

type Project

type Project struct {
	ID   string
	Name string
}

type RegisterCommand

type RegisterCommand struct {
}

func (*RegisterCommand) Metadata

func (c *RegisterCommand) Metadata() protocol.Metadata

func (*RegisterCommand) Run

func (c *RegisterCommand) Run(proto *protocol.Protocol) error

type Service

type Service interface {
}

func NewService

func NewService() Service

type Token

type Token struct {
}

type User

type User struct {
	ID       string
	Name     string
	Email    string
	Password string
}

Jump to

Keyboard shortcuts

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