Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyticsEvent ¶
type AnalyticsEvent struct {
// contains filtered or unexported fields
}
func NewAnalyticsEvent ¶
func NewAnalyticsEvent(category, action, source, label, dimensionsJson string) *AnalyticsEvent
func (*AnalyticsEvent) Query ¶
func (e *AnalyticsEvent) Query() string
func (*AnalyticsEvent) Vars ¶
func (e *AnalyticsEvent) Vars() (map[string]interface{}, error)
type AvailableUpdate ¶
type AvailableUpdate struct {
// contains filtered or unexported fields
}
func NewAvailableUpdate ¶
func NewAvailableUpdate(desiredChannel, desiredVersion string) *AvailableUpdate
func (*AvailableUpdate) Query ¶
func (u *AvailableUpdate) Query() string
func (*AvailableUpdate) Vars ¶
func (u *AvailableUpdate) Vars() (map[string]interface{}, error)
type ConfigChanged ¶
type ConfigChanged struct {
// contains filtered or unexported fields
}
func NewConfigChanged ¶
func NewConfigChanged(key string) *ConfigChanged
func (*ConfigChanged) Query ¶
func (e *ConfigChanged) Query() string
func (*ConfigChanged) Vars ¶
func (e *ConfigChanged) Vars() (map[string]interface{}, error)
type DeprecationRequest ¶
type DeprecationRequest struct { }
func NewDeprecationRequest ¶
func NewDeprecationRequest() *DeprecationRequest
func (*DeprecationRequest) Query ¶
func (d *DeprecationRequest) Query() string
func (*DeprecationRequest) Vars ¶
func (d *DeprecationRequest) Vars() (map[string]interface{}, error)
type FetchLogTail ¶
type FetchLogTail struct { }
func NewFetchLogTail ¶
func NewFetchLogTail() *FetchLogTail
func (*FetchLogTail) Query ¶
func (r *FetchLogTail) Query() string
func (*FetchLogTail) Vars ¶
func (r *FetchLogTail) Vars() (map[string]interface{}, error)
type GetProcessesInUse ¶
type GetProcessesInUse struct {
// contains filtered or unexported fields
}
func NewGetProcessesInUse ¶
func NewGetProcessesInUse(execDir string) *GetProcessesInUse
func (*GetProcessesInUse) Query ¶
func (c *GetProcessesInUse) Query() string
func (*GetProcessesInUse) Vars ¶
func (c *GetProcessesInUse) Vars() (map[string]interface{}, error)
type JWTRequest ¶
type JWTRequest struct { }
func NewJWTRequest ¶
func NewJWTRequest() *JWTRequest
func (*JWTRequest) Query ¶
func (m *JWTRequest) Query() string
func (*JWTRequest) Vars ¶
func (m *JWTRequest) Vars() (map[string]interface{}, error)
type LocalProjectsRequest ¶
type LocalProjectsRequest struct { }
func NewLocalProjectsRequest ¶
func NewLocalProjectsRequest() *LocalProjectsRequest
func (*LocalProjectsRequest) Query ¶
func (l *LocalProjectsRequest) Query() string
func (*LocalProjectsRequest) Vars ¶
func (l *LocalProjectsRequest) Vars() (map[string]interface{}, error)
type MessagingRequest ¶
type MessagingRequest struct {
// contains filtered or unexported fields
}
func NewMessagingRequest ¶
func NewMessagingRequest(command string, flags []string) *MessagingRequest
func (*MessagingRequest) Query ¶
func (m *MessagingRequest) Query() string
func (*MessagingRequest) Vars ¶
func (m *MessagingRequest) Vars() (map[string]interface{}, error)
type ReportRuntimeUsage ¶
type ReportRuntimeUsage struct {
// contains filtered or unexported fields
}
func NewReportRuntimeUsage ¶
func NewReportRuntimeUsage(pid int, exec, source string, dimensionsJson string) *ReportRuntimeUsage
func (*ReportRuntimeUsage) Query ¶
func (e *ReportRuntimeUsage) Query() string
func (*ReportRuntimeUsage) Vars ¶
func (e *ReportRuntimeUsage) Vars() (map[string]interface{}, error)
type VersionRequest ¶
type VersionRequest struct { }
func NewVersionRequest ¶
func NewVersionRequest() *VersionRequest
func (*VersionRequest) Query ¶
func (v *VersionRequest) Query() string
func (*VersionRequest) Vars ¶
func (v *VersionRequest) Vars() (map[string]interface{}, error)
Click to show internal directories.
Click to hide internal directories.