Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LeveltoState ¶
Types ¶
type Client ¶
type Client struct {
TenantId string
ClientIid string
ClientSecret string
GraphServiceClient *msgraphsdkgo.GraphServiceClient
Scope string
}
func (*Client) LoadAllServices ¶
func (*Client) LoadServices ¶
func (*Client) NewGraphServiceClient ¶
type Service ¶
type Service struct {
Service *graph.ServiceHealth
}
func (*Service) GetStatus ¶
func (s *Service) GetStatus(override StateOverride) int
type Services ¶
type Services struct {
Services []*Service
}
func (*Services) GetOuput ¶
func (s *Services) GetOuput(override StateOverride, all bool) (output string)
func (*Services) GetStatus ¶
func (s *Services) GetStatus(override StateOverride) int
type StateOverride ¶
Click to show internal directories.
Click to hide internal directories.