Documentation
¶
Index ¶
Constants ¶
View Source
const ( FlagConf = "config_folder_path" FlagTransferIndex = "index" )
Variables ¶
View Source
var ( OpenMeetingRPCUserCfgFileName string OpenMeetingRPCMeetingCfgFileName string RedisConfigFileName string MongodbConfigFileName string DiscoveryConfigFilename string OpenMeetingAPICfgFileName string OpenMeetingAdminAPICfgFileName string LogConfigFileName string LiveKitConfigFilename string )
View Source
var ConfigEnvPrefixMap map[string]string
Functions ¶
func WithConfigMap ¶
func WithCronTaskLogName ¶
func WithCronTaskLogName() func(*CmdOpts)
func WithLogName ¶
Types ¶
type AdminApiCmd ¶
type AdminApiCmd struct {
*RootCmd
// contains filtered or unexported fields
}
func NewAdminApiCmd ¶
func NewAdminApiCmd() *AdminApiCmd
func (*AdminApiCmd) Exec ¶
func (a *AdminApiCmd) Exec() error
type MeetingRpcCmd ¶
type MeetingRpcCmd struct {
*RootCmd
// contains filtered or unexported fields
}
func NewMeetingRpcCmd ¶
func NewMeetingRpcCmd() *MeetingRpcCmd
func (*MeetingRpcCmd) Exec ¶
func (a *MeetingRpcCmd) Exec() error
type RootCmd ¶
func NewRootCmd ¶
type UserRpcCmd ¶
type UserRpcCmd struct {
*RootCmd
// contains filtered or unexported fields
}
func NewUserRpcCmd ¶
func NewUserRpcCmd() *UserRpcCmd
func (*UserRpcCmd) Exec ¶
func (a *UserRpcCmd) Exec() error
Click to show internal directories.
Click to hide internal directories.