Documentation ¶
Index ¶
Constants ¶
View Source
const Language = "language"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IGQLInterface ¶
type IGQLInterface interface { GraphqlErrPath(cxt context.Context, path []string, msg string, args ...interface{}) error GraphqlErr(cxt context.Context, msg string, args ...interface{}) error }
func NewGqlService ¶
func NewGqlService(localizeService localize.ILocalizer) IGQLInterface
Click to show internal directories.
Click to hide internal directories.