aboutsummaryrefslogtreecommitdiff
path: root/proto/mimi/statuspage/statuspage.pb.go
diff options
context:
space:
mode:
Diffstat (limited to 'proto/mimi/statuspage/statuspage.pb.go')
-rw-r--r--proto/mimi/statuspage/statuspage.pb.go547
1 files changed, 182 insertions, 365 deletions
diff --git a/proto/mimi/statuspage/statuspage.pb.go b/proto/mimi/statuspage/statuspage.pb.go
index e5e453c..4f31985 100644
--- a/proto/mimi/statuspage/statuspage.pb.go
+++ b/proto/mimi/statuspage/statuspage.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
-// protoc-gen-go v1.34.2
-// protoc v5.27.3
+// protoc-gen-go v1.36.6
+// protoc v5.29.3
// source: statuspage.proto
package statuspage
@@ -12,6 +12,7 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
reflect "reflect"
sync "sync"
+ unsafe "unsafe"
)
const (
@@ -22,21 +23,18 @@ const (
)
type Meta struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
+ state protoimpl.MessageState `protogen:"open.v1"`
+ Unsubscribe string `protobuf:"bytes,1,opt,name=unsubscribe,proto3" json:"unsubscribe,omitempty"`
+ Documentation string `protobuf:"bytes,2,opt,name=documentation,proto3" json:"documentation,omitempty"`
unknownFields protoimpl.UnknownFields
-
- Unsubscribe string `protobuf:"bytes,1,opt,name=unsubscribe,proto3" json:"unsubscribe,omitempty"`
- Documentation string `protobuf:"bytes,2,opt,name=documentation,proto3" json:"documentation,omitempty"`
+ sizeCache protoimpl.SizeCache
}
func (x *Meta) Reset() {
*x = Meta{}
- if protoimpl.UnsafeEnabled {
- mi := &file_statuspage_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
+ mi := &file_statuspage_proto_msgTypes[0]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
}
func (x *Meta) String() string {
@@ -47,7 +45,7 @@ func (*Meta) ProtoMessage() {}
func (x *Meta) ProtoReflect() protoreflect.Message {
mi := &file_statuspage_proto_msgTypes[0]
- if protoimpl.UnsafeEnabled && x != nil {
+ if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
@@ -77,22 +75,19 @@ func (x *Meta) GetDocumentation() string {
}
type Page struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
-
- Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
- StatusIndicator string `protobuf:"bytes,2,opt,name=status_indicator,json=statusIndicator,proto3" json:"status_indicator,omitempty"`
- StatusDescription string `protobuf:"bytes,3,opt,name=status_description,json=statusDescription,proto3" json:"status_description,omitempty"`
+ state protoimpl.MessageState `protogen:"open.v1"`
+ Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+ StatusIndicator string `protobuf:"bytes,2,opt,name=status_indicator,json=statusIndicator,proto3" json:"status_indicator,omitempty"`
+ StatusDescription string `protobuf:"bytes,3,opt,name=status_description,json=statusDescription,proto3" json:"status_description,omitempty"`
+ unknownFields protoimpl.UnknownFields
+ sizeCache protoimpl.SizeCache
}
func (x *Page) Reset() {
*x = Page{}
- if protoimpl.UnsafeEnabled {
- mi := &file_statuspage_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
+ mi := &file_statuspage_proto_msgTypes[1]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
}
func (x *Page) String() string {
@@ -103,7 +98,7 @@ func (*Page) ProtoMessage() {}
func (x *Page) ProtoReflect() protoreflect.Message {
mi := &file_statuspage_proto_msgTypes[1]
- if protoimpl.UnsafeEnabled && x != nil {
+ if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
@@ -140,24 +135,21 @@ func (x *Page) GetStatusDescription() string {
}
type ComponentUpdate struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
+ state protoimpl.MessageState `protogen:"open.v1"`
+ CreatedAt string `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
+ NewStatus string `protobuf:"bytes,2,opt,name=new_status,json=newStatus,proto3" json:"new_status,omitempty"`
+ OldStatus string `protobuf:"bytes,3,opt,name=old_status,json=oldStatus,proto3" json:"old_status,omitempty"`
+ Id string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"`
+ ComponentId string `protobuf:"bytes,5,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
unknownFields protoimpl.UnknownFields
-
- CreatedAt string `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
- NewStatus string `protobuf:"bytes,2,opt,name=new_status,json=newStatus,proto3" json:"new_status,omitempty"`
- OldStatus string `protobuf:"bytes,3,opt,name=old_status,json=oldStatus,proto3" json:"old_status,omitempty"`
- Id string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"`
- ComponentId string `protobuf:"bytes,5,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
+ sizeCache protoimpl.SizeCache
}
func (x *ComponentUpdate) Reset() {
*x = ComponentUpdate{}
- if protoimpl.UnsafeEnabled {
- mi := &file_statuspage_proto_msgTypes[2]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
+ mi := &file_statuspage_proto_msgTypes[2]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
}
func (x *ComponentUpdate) String() string {
@@ -168,7 +160,7 @@ func (*ComponentUpdate) ProtoMessage() {}
func (x *ComponentUpdate) ProtoReflect() protoreflect.Message {
mi := &file_statuspage_proto_msgTypes[2]
- if protoimpl.UnsafeEnabled && x != nil {
+ if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
@@ -219,23 +211,20 @@ func (x *ComponentUpdate) GetComponentId() string {
}
type Component struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
+ state protoimpl.MessageState `protogen:"open.v1"`
+ CreatedAt string `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
+ Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
+ Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
+ Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
unknownFields protoimpl.UnknownFields
-
- CreatedAt string `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
- Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
- Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
- Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
+ sizeCache protoimpl.SizeCache
}
func (x *Component) Reset() {
*x = Component{}
- if protoimpl.UnsafeEnabled {
- mi := &file_statuspage_proto_msgTypes[3]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
+ mi := &file_statuspage_proto_msgTypes[3]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
}
func (x *Component) String() string {
@@ -246,7 +235,7 @@ func (*Component) ProtoMessage() {}
func (x *Component) ProtoReflect() protoreflect.Message {
mi := &file_statuspage_proto_msgTypes[3]
- if protoimpl.UnsafeEnabled && x != nil {
+ if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
@@ -290,28 +279,25 @@ func (x *Component) GetStatus() string {
}
type IncidentUpdate struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
-
- Body string `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
- CreatedAt string `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
- DisplayAt string `protobuf:"bytes,3,opt,name=display_at,json=displayAt,proto3" json:"display_at,omitempty"`
- Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
- TwitterUpdatedAt string `protobuf:"bytes,5,opt,name=twitter_updated_at,json=twitterUpdatedAt,proto3" json:"twitter_updated_at,omitempty"`
- UpdatedAt string `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
- WantsTwitterUpdate bool `protobuf:"varint,7,opt,name=wants_twitter_update,json=wantsTwitterUpdate,proto3" json:"wants_twitter_update,omitempty"`
- Id string `protobuf:"bytes,8,opt,name=id,proto3" json:"id,omitempty"`
- IncidentId string `protobuf:"bytes,9,opt,name=incident_id,json=incidentId,proto3" json:"incident_id,omitempty"`
+ state protoimpl.MessageState `protogen:"open.v1"`
+ Body string `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
+ CreatedAt string `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
+ DisplayAt string `protobuf:"bytes,3,opt,name=display_at,json=displayAt,proto3" json:"display_at,omitempty"`
+ Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
+ TwitterUpdatedAt string `protobuf:"bytes,5,opt,name=twitter_updated_at,json=twitterUpdatedAt,proto3" json:"twitter_updated_at,omitempty"`
+ UpdatedAt string `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
+ WantsTwitterUpdate bool `protobuf:"varint,7,opt,name=wants_twitter_update,json=wantsTwitterUpdate,proto3" json:"wants_twitter_update,omitempty"`
+ Id string `protobuf:"bytes,8,opt,name=id,proto3" json:"id,omitempty"`
+ IncidentId string `protobuf:"bytes,9,opt,name=incident_id,json=incidentId,proto3" json:"incident_id,omitempty"`
+ unknownFields protoimpl.UnknownFields
+ sizeCache protoimpl.SizeCache
}
func (x *IncidentUpdate) Reset() {
*x = IncidentUpdate{}
- if protoimpl.UnsafeEnabled {
- mi := &file_statuspage_proto_msgTypes[4]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
+ mi := &file_statuspage_proto_msgTypes[4]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
}
func (x *IncidentUpdate) String() string {
@@ -322,7 +308,7 @@ func (*IncidentUpdate) ProtoMessage() {}
func (x *IncidentUpdate) ProtoReflect() protoreflect.Message {
mi := &file_statuspage_proto_msgTypes[4]
- if protoimpl.UnsafeEnabled && x != nil {
+ if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
@@ -401,43 +387,40 @@ func (x *IncidentUpdate) GetIncidentId() string {
}
type Incident struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
-
- Backfilled bool `protobuf:"varint,1,opt,name=backfilled,proto3" json:"backfilled,omitempty"`
- CreatedAt string `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
- Impact string `protobuf:"bytes,3,opt,name=impact,proto3" json:"impact,omitempty"`
- ImpactOverride string `protobuf:"bytes,4,opt,name=impact_override,json=impactOverride,proto3" json:"impact_override,omitempty"`
- MonitoringAt string `protobuf:"bytes,5,opt,name=monitoring_at,json=monitoringAt,proto3" json:"monitoring_at,omitempty"`
- PostmortemBody string `protobuf:"bytes,6,opt,name=postmortem_body,json=postmortemBody,proto3" json:"postmortem_body,omitempty"`
- PostmortemBodyLastUpdatedAt string `protobuf:"bytes,7,opt,name=postmortem_body_last_updated_at,json=postmortemBodyLastUpdatedAt,proto3" json:"postmortem_body_last_updated_at,omitempty"`
- PostmortemIgnored bool `protobuf:"varint,8,opt,name=postmortem_ignored,json=postmortemIgnored,proto3" json:"postmortem_ignored,omitempty"`
- PostmortemNotifiedSubscribers bool `protobuf:"varint,9,opt,name=postmortem_notified_subscribers,json=postmortemNotifiedSubscribers,proto3" json:"postmortem_notified_subscribers,omitempty"`
- PostmortemNotifiedTwitter bool `protobuf:"varint,10,opt,name=postmortem_notified_twitter,json=postmortemNotifiedTwitter,proto3" json:"postmortem_notified_twitter,omitempty"`
- PostmortemPublishedAt string `protobuf:"bytes,11,opt,name=postmortem_published_at,json=postmortemPublishedAt,proto3" json:"postmortem_published_at,omitempty"`
- ResolvedAt string `protobuf:"bytes,12,opt,name=resolved_at,json=resolvedAt,proto3" json:"resolved_at,omitempty"`
- ScheduledAutoTransition bool `protobuf:"varint,13,opt,name=scheduled_auto_transition,json=scheduledAutoTransition,proto3" json:"scheduled_auto_transition,omitempty"`
- ScheduledFor string `protobuf:"bytes,14,opt,name=scheduled_for,json=scheduledFor,proto3" json:"scheduled_for,omitempty"`
- ScheduledRemindPrior bool `protobuf:"varint,15,opt,name=scheduled_remind_prior,json=scheduledRemindPrior,proto3" json:"scheduled_remind_prior,omitempty"`
- ScheduledRemindedAt string `protobuf:"bytes,16,opt,name=scheduled_reminded_at,json=scheduledRemindedAt,proto3" json:"scheduled_reminded_at,omitempty"`
- ScheduledUntil string `protobuf:"bytes,17,opt,name=scheduled_until,json=scheduledUntil,proto3" json:"scheduled_until,omitempty"`
- Shortlink string `protobuf:"bytes,18,opt,name=shortlink,proto3" json:"shortlink,omitempty"`
- Status string `protobuf:"bytes,19,opt,name=status,proto3" json:"status,omitempty"`
- UpdatedAt string `protobuf:"bytes,20,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
- Id string `protobuf:"bytes,21,opt,name=id,proto3" json:"id,omitempty"`
- OrganizationId string `protobuf:"bytes,22,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
- IncidentUpdates []*IncidentUpdate `protobuf:"bytes,23,rep,name=incident_updates,json=incidentUpdates,proto3" json:"incident_updates,omitempty"`
- Name string `protobuf:"bytes,24,opt,name=name,proto3" json:"name,omitempty"`
+ state protoimpl.MessageState `protogen:"open.v1"`
+ Backfilled bool `protobuf:"varint,1,opt,name=backfilled,proto3" json:"backfilled,omitempty"`
+ CreatedAt string `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
+ Impact string `protobuf:"bytes,3,opt,name=impact,proto3" json:"impact,omitempty"`
+ ImpactOverride string `protobuf:"bytes,4,opt,name=impact_override,json=impactOverride,proto3" json:"impact_override,omitempty"`
+ MonitoringAt string `protobuf:"bytes,5,opt,name=monitoring_at,json=monitoringAt,proto3" json:"monitoring_at,omitempty"`
+ PostmortemBody string `protobuf:"bytes,6,opt,name=postmortem_body,json=postmortemBody,proto3" json:"postmortem_body,omitempty"`
+ PostmortemBodyLastUpdatedAt string `protobuf:"bytes,7,opt,name=postmortem_body_last_updated_at,json=postmortemBodyLastUpdatedAt,proto3" json:"postmortem_body_last_updated_at,omitempty"`
+ PostmortemIgnored bool `protobuf:"varint,8,opt,name=postmortem_ignored,json=postmortemIgnored,proto3" json:"postmortem_ignored,omitempty"`
+ PostmortemNotifiedSubscribers bool `protobuf:"varint,9,opt,name=postmortem_notified_subscribers,json=postmortemNotifiedSubscribers,proto3" json:"postmortem_notified_subscribers,omitempty"`
+ PostmortemNotifiedTwitter bool `protobuf:"varint,10,opt,name=postmortem_notified_twitter,json=postmortemNotifiedTwitter,proto3" json:"postmortem_notified_twitter,omitempty"`
+ PostmortemPublishedAt string `protobuf:"bytes,11,opt,name=postmortem_published_at,json=postmortemPublishedAt,proto3" json:"postmortem_published_at,omitempty"`
+ ResolvedAt string `protobuf:"bytes,12,opt,name=resolved_at,json=resolvedAt,proto3" json:"resolved_at,omitempty"`
+ ScheduledAutoTransition bool `protobuf:"varint,13,opt,name=scheduled_auto_transition,json=scheduledAutoTransition,proto3" json:"scheduled_auto_transition,omitempty"`
+ ScheduledFor string `protobuf:"bytes,14,opt,name=scheduled_for,json=scheduledFor,proto3" json:"scheduled_for,omitempty"`
+ ScheduledRemindPrior bool `protobuf:"varint,15,opt,name=scheduled_remind_prior,json=scheduledRemindPrior,proto3" json:"scheduled_remind_prior,omitempty"`
+ ScheduledRemindedAt string `protobuf:"bytes,16,opt,name=scheduled_reminded_at,json=scheduledRemindedAt,proto3" json:"scheduled_reminded_at,omitempty"`
+ ScheduledUntil string `protobuf:"bytes,17,opt,name=scheduled_until,json=scheduledUntil,proto3" json:"scheduled_until,omitempty"`
+ Shortlink string `protobuf:"bytes,18,opt,name=shortlink,proto3" json:"shortlink,omitempty"`
+ Status string `protobuf:"bytes,19,opt,name=status,proto3" json:"status,omitempty"`
+ UpdatedAt string `protobuf:"bytes,20,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
+ Id string `protobuf:"bytes,21,opt,name=id,proto3" json:"id,omitempty"`
+ OrganizationId string `protobuf:"bytes,22,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
+ IncidentUpdates []*IncidentUpdate `protobuf:"bytes,23,rep,name=incident_updates,json=incidentUpdates,proto3" json:"incident_updates,omitempty"`
+ Name string `protobuf:"bytes,24,opt,name=name,proto3" json:"name,omitempty"`
+ unknownFields protoimpl.UnknownFields
+ sizeCache protoimpl.SizeCache
}
func (x *Incident) Reset() {
*x = Incident{}
- if protoimpl.UnsafeEnabled {
- mi := &file_statuspage_proto_msgTypes[5]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
+ mi := &file_statuspage_proto_msgTypes[5]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
}
func (x *Incident) String() string {
@@ -448,7 +431,7 @@ func (*Incident) ProtoMessage() {}
func (x *Incident) ProtoReflect() protoreflect.Message {
mi := &file_statuspage_proto_msgTypes[5]
- if protoimpl.UnsafeEnabled && x != nil {
+ if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
@@ -632,24 +615,21 @@ func (x *Incident) GetName() string {
}
type StatusUpdate struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
-
- Meta *Meta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"`
- Page *Page `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
- Incident *Incident `protobuf:"bytes,3,opt,name=incident,proto3" json:"incident,omitempty"`
- Component *Component `protobuf:"bytes,4,opt,name=component,proto3" json:"component,omitempty"`
- ComponentUpdate *ComponentUpdate `protobuf:"bytes,5,opt,name=component_update,json=componentUpdate,proto3" json:"component_update,omitempty"`
+ state protoimpl.MessageState `protogen:"open.v1"`
+ Meta *Meta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"`
+ Page *Page `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
+ Incident *Incident `protobuf:"bytes,3,opt,name=incident,proto3" json:"incident,omitempty"`
+ Component *Component `protobuf:"bytes,4,opt,name=component,proto3" json:"component,omitempty"`
+ ComponentUpdate *ComponentUpdate `protobuf:"bytes,5,opt,name=component_update,json=componentUpdate,proto3" json:"component_update,omitempty"`
+ unknownFields protoimpl.UnknownFields
+ sizeCache protoimpl.SizeCache
}
func (x *StatusUpdate) Reset() {
*x = StatusUpdate{}
- if protoimpl.UnsafeEnabled {
- mi := &file_statuspage_proto_msgTypes[6]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
+ mi := &file_statuspage_proto_msgTypes[6]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
}
func (x *StatusUpdate) String() string {
@@ -660,7 +640,7 @@ func (*StatusUpdate) ProtoMessage() {}
func (x *StatusUpdate) ProtoReflect() protoreflect.Message {
mi := &file_statuspage_proto_msgTypes[6]
- if protoimpl.UnsafeEnabled && x != nil {
+ if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
@@ -712,169 +692,93 @@ func (x *StatusUpdate) GetComponentUpdate() *ComponentUpdate {
var File_statuspage_proto protoreflect.FileDescriptor
-var file_statuspage_proto_rawDesc = []byte{
- 0x0a, 0x10, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x70, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f,
- 0x74, 0x6f, 0x12, 0x20, 0x77, 0x69, 0x74, 0x68, 0x69, 0x6e, 0x2e, 0x77, 0x65, 0x62, 0x73, 0x69,
- 0x74, 0x65, 0x2e, 0x78, 0x2e, 0x6d, 0x69, 0x6d, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
- 0x70, 0x61, 0x67, 0x65, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f,
- 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74,
- 0x6f, 0x22, 0x4e, 0x0a, 0x04, 0x4d, 0x65, 0x74, 0x61, 0x12, 0x20, 0x0a, 0x0b, 0x75, 0x6e, 0x73,
- 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
- 0x75, 0x6e, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x64,
- 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01,
- 0x28, 0x09, 0x52, 0x0d, 0x64, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x22, 0x70, 0x0a, 0x04, 0x50, 0x61, 0x67, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18,
- 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x29, 0x0a, 0x10, 0x73, 0x74, 0x61,
- 0x74, 0x75, 0x73, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x02, 0x20,
- 0x01, 0x28, 0x09, 0x52, 0x0f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x49, 0x6e, 0x64, 0x69, 0x63,
- 0x61, 0x74, 0x6f, 0x72, 0x12, 0x2d, 0x0a, 0x12, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x64,
- 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
- 0x52, 0x11, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
- 0x69, 0x6f, 0x6e, 0x22, 0xa1, 0x01, 0x0a, 0x0f, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e,
- 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74,
- 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65,
- 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x6e, 0x65, 0x77, 0x5f, 0x73, 0x74,
- 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x53,
- 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x6f, 0x6c, 0x64, 0x5f, 0x73, 0x74, 0x61,
- 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6f, 0x6c, 0x64, 0x53, 0x74,
- 0x61, 0x74, 0x75, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
- 0x52, 0x02, 0x69, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e,
- 0x74, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x70,
- 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x66, 0x0a, 0x09, 0x43, 0x6f, 0x6d, 0x70, 0x6f,
- 0x6e, 0x65, 0x6e, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f,
- 0x61, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65,
- 0x64, 0x41, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
- 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
- 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75,
- 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22,
- 0xaa, 0x02, 0x0a, 0x0e, 0x49, 0x6e, 0x63, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x55, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
- 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65,
- 0x64, 0x5f, 0x61, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61,
- 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79,
- 0x5f, 0x61, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x64, 0x69, 0x73, 0x70, 0x6c,
- 0x61, 0x79, 0x41, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04,
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x2c, 0x0a, 0x12,
- 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f,
- 0x61, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65,
- 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70,
- 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
- 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x30, 0x0a, 0x14, 0x77, 0x61, 0x6e,
- 0x74, 0x73, 0x5f, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74,
- 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x12, 0x77, 0x61, 0x6e, 0x74, 0x73, 0x54, 0x77,
- 0x69, 0x74, 0x74, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69,
- 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x69,
- 0x6e, 0x63, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09,
- 0x52, 0x0a, 0x69, 0x6e, 0x63, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x22, 0xa1, 0x08, 0x0a,
- 0x08, 0x49, 0x6e, 0x63, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x61, 0x63,
- 0x6b, 0x66, 0x69, 0x6c, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x62,
- 0x61, 0x63, 0x6b, 0x66, 0x69, 0x6c, 0x6c, 0x65, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65,
- 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63,
- 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x6d, 0x70, 0x61,
- 0x63, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x69, 0x6d, 0x70, 0x61, 0x63, 0x74,
- 0x12, 0x27, 0x0a, 0x0f, 0x69, 0x6d, 0x70, 0x61, 0x63, 0x74, 0x5f, 0x6f, 0x76, 0x65, 0x72, 0x72,
- 0x69, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6d, 0x70, 0x61, 0x63,
- 0x74, 0x4f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x6d, 0x6f, 0x6e,
- 0x69, 0x74, 0x6f, 0x72, 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
- 0x52, 0x0c, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x69, 0x6e, 0x67, 0x41, 0x74, 0x12, 0x27,
- 0x0a, 0x0f, 0x70, 0x6f, 0x73, 0x74, 0x6d, 0x6f, 0x72, 0x74, 0x65, 0x6d, 0x5f, 0x62, 0x6f, 0x64,
- 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x70, 0x6f, 0x73, 0x74, 0x6d, 0x6f, 0x72,
- 0x74, 0x65, 0x6d, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x44, 0x0a, 0x1f, 0x70, 0x6f, 0x73, 0x74, 0x6d,
- 0x6f, 0x72, 0x74, 0x65, 0x6d, 0x5f, 0x62, 0x6f, 0x64, 0x79, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f,
- 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
- 0x52, 0x1b, 0x70, 0x6f, 0x73, 0x74, 0x6d, 0x6f, 0x72, 0x74, 0x65, 0x6d, 0x42, 0x6f, 0x64, 0x79,
- 0x4c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x2d, 0x0a,
- 0x12, 0x70, 0x6f, 0x73, 0x74, 0x6d, 0x6f, 0x72, 0x74, 0x65, 0x6d, 0x5f, 0x69, 0x67, 0x6e, 0x6f,
- 0x72, 0x65, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x70, 0x6f, 0x73, 0x74, 0x6d,
- 0x6f, 0x72, 0x74, 0x65, 0x6d, 0x49, 0x67, 0x6e, 0x6f, 0x72, 0x65, 0x64, 0x12, 0x46, 0x0a, 0x1f,
- 0x70, 0x6f, 0x73, 0x74, 0x6d, 0x6f, 0x72, 0x74, 0x65, 0x6d, 0x5f, 0x6e, 0x6f, 0x74, 0x69, 0x66,
- 0x69, 0x65, 0x64, 0x5f, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x72, 0x73, 0x18,
- 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x1d, 0x70, 0x6f, 0x73, 0x74, 0x6d, 0x6f, 0x72, 0x74, 0x65,
- 0x6d, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x65, 0x64, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69,
- 0x62, 0x65, 0x72, 0x73, 0x12, 0x3e, 0x0a, 0x1b, 0x70, 0x6f, 0x73, 0x74, 0x6d, 0x6f, 0x72, 0x74,
- 0x65, 0x6d, 0x5f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x74, 0x77, 0x69, 0x74,
- 0x74, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x19, 0x70, 0x6f, 0x73, 0x74, 0x6d,
- 0x6f, 0x72, 0x74, 0x65, 0x6d, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x65, 0x64, 0x54, 0x77, 0x69,
- 0x74, 0x74, 0x65, 0x72, 0x12, 0x36, 0x0a, 0x17, 0x70, 0x6f, 0x73, 0x74, 0x6d, 0x6f, 0x72, 0x74,
- 0x65, 0x6d, 0x5f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18,
- 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x70, 0x6f, 0x73, 0x74, 0x6d, 0x6f, 0x72, 0x74, 0x65,
- 0x6d, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1f, 0x0a, 0x0b,
- 0x72, 0x65, 0x73, 0x6f, 0x6c, 0x76, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x0c, 0x20, 0x01, 0x28,
- 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x6f, 0x6c, 0x76, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3a, 0x0a,
- 0x19, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x5f, 0x61, 0x75, 0x74, 0x6f, 0x5f,
- 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08,
- 0x52, 0x17, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x54,
- 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x73, 0x63, 0x68,
- 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x72, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09,
- 0x52, 0x0c, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x46, 0x6f, 0x72, 0x12, 0x34,
- 0x0a, 0x16, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x5f, 0x72, 0x65, 0x6d, 0x69,
- 0x6e, 0x64, 0x5f, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x08, 0x52, 0x14,
- 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x50,
- 0x72, 0x69, 0x6f, 0x72, 0x12, 0x32, 0x0a, 0x15, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65,
- 0x64, 0x5f, 0x72, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x10, 0x20,
- 0x01, 0x28, 0x09, 0x52, 0x13, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x52, 0x65,
- 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x64, 0x41, 0x74, 0x12, 0x27, 0x0a, 0x0f, 0x73, 0x63, 0x68, 0x65,
- 0x64, 0x75, 0x6c, 0x65, 0x64, 0x5f, 0x75, 0x6e, 0x74, 0x69, 0x6c, 0x18, 0x11, 0x20, 0x01, 0x28,
- 0x09, 0x52, 0x0e, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x55, 0x6e, 0x74, 0x69,
- 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x12,
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x12,
- 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52,
- 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74,
- 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64,
- 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x15, 0x20, 0x01,
- 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x27, 0x0a, 0x0f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69,
- 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52,
- 0x0e, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12,
- 0x5b, 0x0a, 0x10, 0x69, 0x6e, 0x63, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x73, 0x18, 0x17, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x77, 0x69, 0x74, 0x68,
- 0x69, 0x6e, 0x2e, 0x77, 0x65, 0x62, 0x73, 0x69, 0x74, 0x65, 0x2e, 0x78, 0x2e, 0x6d, 0x69, 0x6d,
- 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x70, 0x61, 0x67, 0x65, 0x2e, 0x49, 0x6e, 0x63,
- 0x69, 0x64, 0x65, 0x6e, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x0f, 0x69, 0x6e, 0x63,
- 0x69, 0x64, 0x65, 0x6e, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04,
- 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
- 0x22, 0xf7, 0x02, 0x0a, 0x0c, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, 0x70, 0x64, 0x61, 0x74,
- 0x65, 0x12, 0x3a, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
- 0x26, 0x2e, 0x77, 0x69, 0x74, 0x68, 0x69, 0x6e, 0x2e, 0x77, 0x65, 0x62, 0x73, 0x69, 0x74, 0x65,
- 0x2e, 0x78, 0x2e, 0x6d, 0x69, 0x6d, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x70, 0x61,
- 0x67, 0x65, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x12, 0x3a, 0x0a,
- 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x77, 0x69,
- 0x74, 0x68, 0x69, 0x6e, 0x2e, 0x77, 0x65, 0x62, 0x73, 0x69, 0x74, 0x65, 0x2e, 0x78, 0x2e, 0x6d,
- 0x69, 0x6d, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x70, 0x61, 0x67, 0x65, 0x2e, 0x50,
- 0x61, 0x67, 0x65, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x46, 0x0a, 0x08, 0x69, 0x6e, 0x63,
- 0x69, 0x64, 0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x77, 0x69,
- 0x74, 0x68, 0x69, 0x6e, 0x2e, 0x77, 0x65, 0x62, 0x73, 0x69, 0x74, 0x65, 0x2e, 0x78, 0x2e, 0x6d,
- 0x69, 0x6d, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x70, 0x61, 0x67, 0x65, 0x2e, 0x49,
- 0x6e, 0x63, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x52, 0x08, 0x69, 0x6e, 0x63, 0x69, 0x64, 0x65, 0x6e,
- 0x74, 0x12, 0x49, 0x0a, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x18, 0x04,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x77, 0x69, 0x74, 0x68, 0x69, 0x6e, 0x2e, 0x77, 0x65,
- 0x62, 0x73, 0x69, 0x74, 0x65, 0x2e, 0x78, 0x2e, 0x6d, 0x69, 0x6d, 0x69, 0x2e, 0x73, 0x74, 0x61,
- 0x74, 0x75, 0x73, 0x70, 0x61, 0x67, 0x65, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e,
- 0x74, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x12, 0x5c, 0x0a, 0x10,
- 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x77, 0x69, 0x74, 0x68, 0x69, 0x6e, 0x2e,
- 0x77, 0x65, 0x62, 0x73, 0x69, 0x74, 0x65, 0x2e, 0x78, 0x2e, 0x6d, 0x69, 0x6d, 0x69, 0x2e, 0x73,
- 0x74, 0x61, 0x74, 0x75, 0x73, 0x70, 0x61, 0x67, 0x65, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e,
- 0x65, 0x6e, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x0f, 0x63, 0x6f, 0x6d, 0x70, 0x6f,
- 0x6e, 0x65, 0x6e, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x32, 0x58, 0x0a, 0x06, 0x55, 0x70,
- 0x64, 0x61, 0x74, 0x65, 0x12, 0x4e, 0x0a, 0x04, 0x50, 0x6f, 0x6b, 0x65, 0x12, 0x2e, 0x2e, 0x77,
- 0x69, 0x74, 0x68, 0x69, 0x6e, 0x2e, 0x77, 0x65, 0x62, 0x73, 0x69, 0x74, 0x65, 0x2e, 0x78, 0x2e,
- 0x6d, 0x69, 0x6d, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x70, 0x61, 0x67, 0x65, 0x2e,
- 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x1a, 0x16, 0x2e, 0x67,
- 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45,
- 0x6d, 0x70, 0x74, 0x79, 0x42, 0x28, 0x5a, 0x26, 0x77, 0x69, 0x74, 0x68, 0x69, 0x6e, 0x2e, 0x77,
- 0x65, 0x62, 0x73, 0x69, 0x74, 0x65, 0x2f, 0x78, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6d,
- 0x69, 0x6d, 0x69, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x70, 0x61, 0x67, 0x65, 0x62, 0x06,
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
-}
+const file_statuspage_proto_rawDesc = "" +
+ "\n" +
+ "\x10statuspage.proto\x12 within.website.x.mimi.statuspage\x1a\x1bgoogle/protobuf/empty.proto\"N\n" +
+ "\x04Meta\x12 \n" +
+ "\vunsubscribe\x18\x01 \x01(\tR\vunsubscribe\x12$\n" +
+ "\rdocumentation\x18\x02 \x01(\tR\rdocumentation\"p\n" +
+ "\x04Page\x12\x0e\n" +
+ "\x02id\x18\x01 \x01(\tR\x02id\x12)\n" +
+ "\x10status_indicator\x18\x02 \x01(\tR\x0fstatusIndicator\x12-\n" +
+ "\x12status_description\x18\x03 \x01(\tR\x11statusDescription\"\xa1\x01\n" +
+ "\x0fComponentUpdate\x12\x1d\n" +
+ "\n" +
+ "created_at\x18\x01 \x01(\tR\tcreatedAt\x12\x1d\n" +
+ "\n" +
+ "new_status\x18\x02 \x01(\tR\tnewStatus\x12\x1d\n" +
+ "\n" +
+ "old_status\x18\x03 \x01(\tR\toldStatus\x12\x0e\n" +
+ "\x02id\x18\x04 \x01(\tR\x02id\x12!\n" +
+ "\fcomponent_id\x18\x05 \x01(\tR\vcomponentId\"f\n" +
+ "\tComponent\x12\x1d\n" +
+ "\n" +
+ "created_at\x18\x01 \x01(\tR\tcreatedAt\x12\x0e\n" +
+ "\x02id\x18\x02 \x01(\tR\x02id\x12\x12\n" +
+ "\x04name\x18\x03 \x01(\tR\x04name\x12\x16\n" +
+ "\x06status\x18\x04 \x01(\tR\x06status\"\xaa\x02\n" +
+ "\x0eIncidentUpdate\x12\x12\n" +
+ "\x04body\x18\x01 \x01(\tR\x04body\x12\x1d\n" +
+ "\n" +
+ "created_at\x18\x02 \x01(\tR\tcreatedAt\x12\x1d\n" +
+ "\n" +
+ "display_at\x18\x03 \x01(\tR\tdisplayAt\x12\x16\n" +
+ "\x06status\x18\x04 \x01(\tR\x06status\x12,\n" +
+ "\x12twitter_updated_at\x18\x05 \x01(\tR\x10twitterUpdatedAt\x12\x1d\n" +
+ "\n" +
+ "updated_at\x18\x06 \x01(\tR\tupdatedAt\x120\n" +
+ "\x14wants_twitter_update\x18\a \x01(\bR\x12wantsTwitterUpdate\x12\x0e\n" +
+ "\x02id\x18\b \x01(\tR\x02id\x12\x1f\n" +
+ "\vincident_id\x18\t \x01(\tR\n" +
+ "incidentId\"\xa1\b\n" +
+ "\bIncident\x12\x1e\n" +
+ "\n" +
+ "backfilled\x18\x01 \x01(\bR\n" +
+ "backfilled\x12\x1d\n" +
+ "\n" +
+ "created_at\x18\x02 \x01(\tR\tcreatedAt\x12\x16\n" +
+ "\x06impact\x18\x03 \x01(\tR\x06impact\x12'\n" +
+ "\x0fimpact_override\x18\x04 \x01(\tR\x0eimpactOverride\x12#\n" +
+ "\rmonitoring_at\x18\x05 \x01(\tR\fmonitoringAt\x12'\n" +
+ "\x0fpostmortem_body\x18\x06 \x01(\tR\x0epostmortemBody\x12D\n" +
+ "\x1fpostmortem_body_last_updated_at\x18\a \x01(\tR\x1bpostmortemBodyLastUpdatedAt\x12-\n" +
+ "\x12postmortem_ignored\x18\b \x01(\bR\x11postmortemIgnored\x12F\n" +
+ "\x1fpostmortem_notified_subscribers\x18\t \x01(\bR\x1dpostmortemNotifiedSubscribers\x12>\n" +
+ "\x1bpostmortem_notified_twitter\x18\n" +
+ " \x01(\bR\x19postmortemNotifiedTwitter\x126\n" +
+ "\x17postmortem_published_at\x18\v \x01(\tR\x15postmortemPublishedAt\x12\x1f\n" +
+ "\vresolved_at\x18\f \x01(\tR\n" +
+ "resolvedAt\x12:\n" +
+ "\x19scheduled_auto_transition\x18\r \x01(\bR\x17scheduledAutoTransition\x12#\n" +
+ "\rscheduled_for\x18\x0e \x01(\tR\fscheduledFor\x124\n" +
+ "\x16scheduled_remind_prior\x18\x0f \x01(\bR\x14scheduledRemindPrior\x122\n" +
+ "\x15scheduled_reminded_at\x18\x10 \x01(\tR\x13scheduledRemindedAt\x12'\n" +
+ "\x0fscheduled_until\x18\x11 \x01(\tR\x0escheduledUntil\x12\x1c\n" +
+ "\tshortlink\x18\x12 \x01(\tR\tshortlink\x12\x16\n" +
+ "\x06status\x18\x13 \x01(\tR\x06status\x12\x1d\n" +
+ "\n" +
+ "updated_at\x18\x14 \x01(\tR\tupdatedAt\x12\x0e\n" +
+ "\x02id\x18\x15 \x01(\tR\x02id\x12'\n" +
+ "\x0forganization_id\x18\x16 \x01(\tR\x0eorganizationId\x12[\n" +
+ "\x10incident_updates\x18\x17 \x03(\v20.within.website.x.mimi.statuspage.IncidentUpdateR\x0fincidentUpdates\x12\x12\n" +
+ "\x04name\x18\x18 \x01(\tR\x04name\"\xf7\x02\n" +
+ "\fStatusUpdate\x12:\n" +
+ "\x04meta\x18\x01 \x01(\v2&.within.website.x.mimi.statuspage.MetaR\x04meta\x12:\n" +
+ "\x04page\x18\x02 \x01(\v2&.within.website.x.mimi.statuspage.PageR\x04page\x12F\n" +
+ "\bincident\x18\x03 \x01(\v2*.within.website.x.mimi.statuspage.IncidentR\bincident\x12I\n" +
+ "\tcomponent\x18\x04 \x01(\v2+.within.website.x.mimi.statuspage.ComponentR\tcomponent\x12\\\n" +
+ "\x10component_update\x18\x05 \x01(\v21.within.website.x.mimi.statuspage.ComponentUpdateR\x0fcomponentUpdate2X\n" +
+ "\x06Update\x12N\n" +
+ "\x04Poke\x12..within.website.x.mimi.statuspage.StatusUpdate\x1a\x16.google.protobuf.EmptyB(Z&within.website/x/proto/mimi/statuspageb\x06proto3"
var (
file_statuspage_proto_rawDescOnce sync.Once
- file_statuspage_proto_rawDescData = file_statuspage_proto_rawDesc
+ file_statuspage_proto_rawDescData []byte
)
func file_statuspage_proto_rawDescGZIP() []byte {
file_statuspage_proto_rawDescOnce.Do(func() {
- file_statuspage_proto_rawDescData = protoimpl.X.CompressGZIP(file_statuspage_proto_rawDescData)
+ file_statuspage_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_statuspage_proto_rawDesc), len(file_statuspage_proto_rawDesc)))
})
return file_statuspage_proto_rawDescData
}
@@ -911,97 +815,11 @@ func file_statuspage_proto_init() {
if File_statuspage_proto != nil {
return
}
- if !protoimpl.UnsafeEnabled {
- file_statuspage_proto_msgTypes[0].Exporter = func(v any, i int) any {
- switch v := v.(*Meta); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_statuspage_proto_msgTypes[1].Exporter = func(v any, i int) any {
- switch v := v.(*Page); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_statuspage_proto_msgTypes[2].Exporter = func(v any, i int) any {
- switch v := v.(*ComponentUpdate); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_statuspage_proto_msgTypes[3].Exporter = func(v any, i int) any {
- switch v := v.(*Component); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_statuspage_proto_msgTypes[4].Exporter = func(v any, i int) any {
- switch v := v.(*IncidentUpdate); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_statuspage_proto_msgTypes[5].Exporter = func(v any, i int) any {
- switch v := v.(*Incident); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_statuspage_proto_msgTypes[6].Exporter = func(v any, i int) any {
- switch v := v.(*StatusUpdate); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- }
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePat