config

package
v0.0.0-...-1aaa49d Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2022 License: BSD-2-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Origin string
	Users  []User
}

func Parse

func Parse(reader io.Reader) (*Config, error)

type Org

type Org struct {
	Name   string
	Roles  []string
	Spaces []Space
}

type Space

type Space struct {
	Name  string
	Roles []string
}

type User

type User struct {
	Uid        string
	Externalid string
	Emails     []string
	Orgs       []Org
}

Jump to

Keyboard shortcuts

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