Documentation
¶
Index ¶
- type API
- func (a *API) GetDetails(ctx context.Context, req *errorgroups.GetDetailsRequest) (*errorgroups.GetDetailsResponse, error)
- func (a *API) GetGroups(ctx context.Context, req *errorgroups.GetGroupsRequest) (*errorgroups.GetGroupsResponse, error)
- func (a *API) GetHist(ctx context.Context, req *errorgroups.GetHistRequest) (*errorgroups.GetHistResponse, error)
- func (a *API) GetReleases(ctx context.Context, req *errorgroups.GetReleasesRequest) (*errorgroups.GetReleasesResponse, error)
- func (a *API) GetServices(ctx context.Context, req *errorgroups.GetServicesRequest) (*errorgroups.GetServicesResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
generated.UnimplementedErrorGroupsServiceServer
// contains filtered or unexported fields
}
func New ¶
func New(svc *errorgroups.Service) *API
func (*API) GetDetails ¶
func (a *API) GetDetails(ctx context.Context, req *errorgroups.GetDetailsRequest) (*errorgroups.GetDetailsResponse, error)
func (*API) GetGroups ¶
func (a *API) GetGroups(ctx context.Context, req *errorgroups.GetGroupsRequest) (*errorgroups.GetGroupsResponse, error)
func (*API) GetHist ¶
func (a *API) GetHist(ctx context.Context, req *errorgroups.GetHistRequest) (*errorgroups.GetHistResponse, error)
func (*API) GetReleases ¶
func (a *API) GetReleases(ctx context.Context, req *errorgroups.GetReleasesRequest) (*errorgroups.GetReleasesResponse, error)
func (*API) GetServices ¶
func (a *API) GetServices(ctx context.Context, req *errorgroups.GetServicesRequest) (*errorgroups.GetServicesResponse, error)
Click to show internal directories.
Click to hide internal directories.