hcl

package
v0.0.0-...-e4eedb0 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(glob string) *handler

New

Types

type Config

type Config struct {
	Organization []Organization `hcl:"organization,block"`
}

type Member

type Member struct {
	Email  string   `hcl:"email"`
	Roles  []string `hcl:"roles"`
	UserID string   `hcl:"user_id"`
}

type Organization

type Organization struct {
	URL         string   `hcl:"url"`
	Auth        string   `hcl:"auth"`
	SignInPK    string   `hcl:"sign_in_pk"`
	SignInKeyID string   `hcl:"sign_in_key_id"`
	ApiURL      string   `hcl:"api_url"`
	Member      []Member `hcl:"member,block"`
}

Jump to

Keyboard shortcuts

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