viewer

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewContext

func NewContext(parent context.Context, v Viewer) context.Context

NewContext returns a copy of parent context with the given Viewer attached with it.

Types

type Role

type Role int

Role for viewer actions.

const (
	Admin Role
	View
)

List of roles.

type UserViewer

type UserViewer struct {
	T    *ent.Tenant
	Role Role // Attached roles.
}

UserViewer describes a user-viewer.

func (UserViewer) Admin

func (v UserViewer) Admin() bool

func (UserViewer) Tenant

func (v UserViewer) Tenant() string

type Viewer

type Viewer interface {
	Admin() bool    // If viewer is admin.
	Tenant() string // Tenant name.
}

Viewer describes the query/mutation viewer-context.

func FromContext

func FromContext(ctx context.Context) Viewer

FromContext returns the Viewer stored in a context.

Jump to

Keyboard shortcuts

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