Versions in this module Expand all Collapse all v0 v0.3.0 Jun 3, 2021 v0.2.0 Apr 23, 2021 Changes in this version + func Register(cfg []Config, grpcServer *grpc.Server) ([]*pluginsProto.PluginShort, error) + type Config struct + ApiKey string + ApiUrl string + Description string + Name string + type Instance struct + type Opsgenie struct + func (o *Opsgenie) GetAlert(ctx context.Context, getAlertRequest *opsgenieProto.GetAlertRequest) (*opsgenieProto.GetAlertResponse, error) + func (o *Opsgenie) GetAlerts(ctx context.Context, getAlertsRequest *opsgenieProto.GetAlertsRequest) (*opsgenieProto.GetAlertsResponse, error)