package
Version:
v0.0.0-...-e4eedb0
Opens a new window with list of versions in this module.
Published: Jan 17, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func New(glob string) *handler
New
type Config struct {
Organization []Organization `hcl:"organization,block"`
}
type Member struct {
Email string `hcl:"email"`
Roles []string `hcl:"roles"`
UserID string `hcl:"user_id"`
}
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.