MCPcopy Create free account

hub / github.com/andygrunwald/cachet / types & classes

Types & classes55 in github.com/andygrunwald/cachet

StructAuthenticationService
AuthenticationService contains contains Authentication related functions.
authentication.go:11
StructClient
A Client manages communication with the Cachet API.
cachet.go:18
StructComponent
Component entity reflects one single component
components.go:34
StructComponentGroup
ComponentGroup entity reflects one single component group
component_groups.go:20
StructComponentGroupResponse
ComponentGroupResponse reflects the response of /components/groups call
component_groups.go:34
StructComponentGroupsQueryParams
ComponentGroupsQueryParams contains fields to filter returned results
component_groups.go:40
StructComponentGroupsService
ComponentGroupsService contains REST endpoints that belongs to cachet components.
component_groups.go:15
StructComponentResponse
ComponentResponse reflects the response of /components call
components.go:51
StructComponentsQueryParams
ComponentsQueryParams contains fields to filter returned results
components.go:57
StructComponentsService
ComponentsService contains REST endpoints that belongs to cachet components.
components.go:24
StructGeneralService
GeneralService contains REST endpoints that belongs no specific service.
general.go:4
StructIncident
Incident entity reflects one single incident
incidents.go:33
StructIncidentResponse
IncidentResponse reflects the response of /incidents call
incidents.go:61
StructIncidentUpdate
IncidentUpdate entity reflects one single incident update
incident_updates.go:13
StructIncidentUpdateResponse
IncidentUpdateResponse reflects the response of /incident updates call
incident_updates.go:28
StructIncidentUpdatesService
IncidentUpdatesService contains REST endpoints that belongs to cachet incidents.
incident_updates.go:8
StructIncidentsQueryParams
IncidentsQueryParams contains fields to filter returned results
incidents.go:67
StructIncidentsService
IncidentsService contains REST endpoints that belongs to cachet incidents.
incidents.go:28
StructLatest
Latest ...
meta.go:38
StructLinks
Links will contain urls about the next and previous page. Docs: https://docs.cachethq.io/docs/meta
meta.go:26
StructMeta
Meta can contain extra information such as the current paging attributes or links to other pages. Some responses will contain a meta object. Docs: ht
meta.go:7
StructMetaVersion
MetaVersion ...
meta.go:32
StructMetric
Metric entity reflects one single metric
metrics.go:41
StructMetricQueryParams
MetricQueryParams contains fields to filter returned results
metrics.go:77
StructMetricResponse
MetricResponse reflects the response of /metric call
metrics.go:71
StructMetricsService
MetricsService contains REST endpoints that belongs to cachet metrics.
metrics.go:36
StructPagination
Pagination will contain detail information about pages. Docs: https://docs.cachethq.io/docs/meta
meta.go:14
StructPingResponse
PingResponse entity contains the Response of a /ping call.
general.go:9
StructPoint
Point is a single point in a Metric
metrics.go:60
StructQueryOptions
QueryOptions is a list of general params in each GET request.
cachet.go:48
StructResponse
Response is a Cachet API response. This wraps the standard http.Response returned from Cachet.
cachet.go:43
StructSchedule
Schedule entity reflects one single schedule
schedules.go:22
StructScheduleResponse
ScheduleResponse reflects the response of schedules call
schedules.go:36
StructSchedulesQueryParams
SchedulesQueryParams contains fields to filter returned results
schedules.go:42
StructSchedulesService
SchedulesService contains REST endpoints that belongs to cachet schedules.
schedules.go:17
StructSortOrdering
SortOrdering ...
meta.go:45
StructStatus
Status entity contains the contents of API Response of a /status call.
general.go:25
StructStatusAPIResponse
StatusAPIResponse entity contains the Response of a /status call.
general.go:20
StructSubscriber
Subscriber entity reflects one single subscriber
subscribers.go:13
StructSubscriberResponse
SubscriberResponse reflects the response of /subscribers call
subscribers.go:23
StructSubscribersQueryParams
SubscribersQueryParams contains fields to filter returned results
subscribers.go:29
StructSubscribersService
SubscribersService contains REST endpoints that belongs to cachet subscribers.
subscribers.go:8
StructSubscriptionsService
SubscriptionsService contains REST endpoints that belongs to cachet subscriptions.
subscriptions.go:8
StructTag
Tag ...
components.go:29
StructVersionResponse
VersionResponse entity contains the Response of a /version call.
general.go:14
StructcomponentAPIResponse
componentApiResponse is an internal type to hide some the "data" nested level from the API. Some calls (e.g. Get or Create) return the component in th
components.go:70
StructcomponentGroupAPIResponse
componentGroupAPIResponse is an internal type to hide some the "data" nested level from the API. Some calls (e.g. Get or Create) return the component
component_groups.go:52
Structfoo
cachet_test.go:188
StructincidentUpdatesAPIResponse
incidentsAPIResponse is an internal type to hide some the "data" nested level from the API. Some calls (e.g. Get or Create) return the incident in the
incident_updates.go:36
StructincidentsAPIResponse
incidentsAPIResponse is an internal type to hide some the "data" nested level from the API. Some calls (e.g. Get or Create) return the incident in the
incidents.go:80
StructmetricAPIResponse
metricAPIResponse is an internal type to hide some the "data" nested level from the API. Some calls (e.g. Get or Create) return the metric in the "dat
metrics.go:84
StructmetricPointAPIResponse
metricPointAPIResponse is an internal type to hide some the "data" nested level from the API. Some calls (e.g. Get or Create) return the metric point
metrics.go:98
StructmetricPointsAPIResponse
metricPointsAPIResponse is an internal type to hide some the "data" nested level from the API. Some calls (e.g. Get or Create) return the metric point
metrics.go:91
StructschedulesAPIResponse
schedulesAPIResponse is an internal type to hide some the "data" nested level from the API. Some calls (e.g. Get or Create) return the incident in the
schedules.go:52
StructsubscriberAPIResponse
subscriberApiResponse is an internal type to hide some the "data" nested level from the API. Some calls (e.g. Get or Create) return the subscriber in
subscribers.go:36