accessrequest

package
v0.37.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package accessrequest handles making requests to roles that a user doesn't have access to.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Profile added in v0.27.3

type Profile struct {
	Name string
}

func LatestProfile added in v0.27.3

func LatestProfile() (*Profile, error)

func (Profile) Save added in v0.27.3

func (p Profile) Save() error

type Role

type Role struct {
	Account string `json:"account"`
	Role    string `json:"role"`
}

func LatestRole

func LatestRole() (*Role, error)

func (Role) Save

func (r Role) Save() error

func (Role) URL

func (r Role) URL(dashboardURL string) string

Jump to

Keyboard shortcuts

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