Documentation ¶
Index ¶
- type Client
- func (microsoftClient *Client) Exit() (err error)
- func (microsoftClient *Client) Poll(timestamp time.Time, resultsChannel chan<- string, pollOffset int) (count int, currentTimestamp time.Time, err error)
- func (microsoftClient *Client) Stream(streamChannel chan<- string) (cancelFunc func(), err error)
- type GraphAuthResponse
- type GraphSecurityAlertsResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Options map[string]interface{} AccessToken string `json:"access_token"` // contains filtered or unexported fields }
type GraphAuthResponse ¶
Click to show internal directories.
Click to hide internal directories.