Documentation ¶
Index ¶
- type Module
- type UpdateService
- func (u *UpdateService) Poke(ctx context.Context, sp *statuspage.StatusUpdate) (*emptypb.Empty, error)
- func (u *UpdateService) UpdateComponent(ctx context.Context, sp *statuspage.StatusUpdate)
- func (u *UpdateService) UpdateIncident(ctx context.Context, incident *statuspage.Incident)
- func (u *UpdateService) UpdateStatus(ctx context.Context, sp *statuspage.StatusUpdate)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) RegisterHTTP ¶ added in v1.10.0
type UpdateService ¶ added in v1.10.0
type UpdateService struct {
*Module
}
func (*UpdateService) Poke ¶ added in v1.10.0
func (u *UpdateService) Poke(ctx context.Context, sp *statuspage.StatusUpdate) (*emptypb.Empty, error)
func (*UpdateService) UpdateComponent ¶ added in v1.10.0
func (u *UpdateService) UpdateComponent(ctx context.Context, sp *statuspage.StatusUpdate)
func (*UpdateService) UpdateIncident ¶ added in v1.10.0
func (u *UpdateService) UpdateIncident(ctx context.Context, incident *statuspage.Incident)
func (*UpdateService) UpdateStatus ¶ added in v1.10.0
func (u *UpdateService) UpdateStatus(ctx context.Context, sp *statuspage.StatusUpdate)
Click to show internal directories.
Click to hide internal directories.