Documentation ¶
Overview ¶
Shared definitions (constants & errors) for opni alerting
Index ¶
Constants ¶
View Source
const (
AlertingV1Alpha = "v1alpha"
)
Variables ¶
View Source
var ( AlertingErrNotImplemented = WithUnimplementedError("Not implemented") AlertingErrNotImplementedNOOP = WithUnimplementedError("Alerting NOOP : Not implemented") )
Functions ¶
func WithUnimplementedError ¶
func WithUnimplementedErrorf ¶
Types ¶
type UnimplementedError ¶
type UnimplementedError struct {
// contains filtered or unexported fields
}
func (*UnimplementedError) Error ¶
func (e *UnimplementedError) Error() string
func (*UnimplementedError) GRPCStatus ¶
func (e *UnimplementedError) GRPCStatus() *status.Status
Click to show internal directories.
Click to hide internal directories.