Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRepository ¶
func NewRepository() *inMemoryRepository
func NewService ¶
func NewService(repo HealthCheckRepository) *service
Types ¶
type HealthCheckConverter ¶
type HealthCheckConverter interface{}
type HealthCheckRepository ¶
type HealthCheckRepository interface { }
type HealthCheckService ¶
type HealthCheckService interface{}
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
func NewResolver ¶
func NewResolver(svc HealthCheckService) *Resolver
func (*Resolver) HealthChecks ¶
func (r *Resolver) HealthChecks(ctx context.Context, types []graphql.HealthCheckType, origin *string, first *int, after *graphql.PageCursor) (*graphql.HealthCheckPage, error)
Click to show internal directories.
Click to hide internal directories.