Documentation ¶
Index ¶
- type Service
- func (s *Service) Close() error
- func (s *Service) Exec(ctx context.Context, key string, q string, op string, vars map[string]any, ...) (g *graphql.Response, e error)
- func (s *Service) ExecCount(key string) int
- func (s *Service) Keys() []string
- func (s *Service) RegisterStringSchema(key string, title string, content string, target any) error
- func (s *Service) Schema(key string) *graphql.Schema
- func (s *Service) Titles() map[string]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService() *Service
func (*Service) RegisterStringSchema ¶
Click to show internal directories.
Click to hide internal directories.