package
Version:
v1.0.23
Opens a new window with list of versions in this module.
Published: Dec 6, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AgoraPayload struct {
Namespace string `json:"namespace"`
Name string `json:"name"`
Synopsis string `json:"synopsis"`
Documentation string `json:"documentation"`
Payload string `json:"payload"`
EntityType string `json:"entityType"`
}
type AgoraPermission struct {
User string `json:"user"`
Role string `json:"role"`
}
type SeedOptions struct {
Step1CreateElasticsearch bool
Step2RegisterSaProfiles bool
Step3AddSaSamPermissions bool
Step4RegisterTestUsers bool
Step5CreateAgora bool
RegisterSelfShortcut bool
}
type UnseedOptions struct {
Step1UnregisterAllUsers bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.