crnt_auth_service

package
v0.0.0-...-bff983a Latest Latest
Warning

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

Go to latest
Published: May 28, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EntityAdmin = "admin"
	EntityUser  = "user"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Payload

type Payload struct {
	Username string
	Role     string
	Team     string
}

type Service

type Service interface {
	SignUp(ctx context.Context, secret *desc.Secret) (int64, error)
}

func NewService

func NewService(conn *grpc.ClientConn) Service

Jump to

Keyboard shortcuts

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