Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IService ¶
type IService interface { ResolveBoolean(string, of.EvaluationContext, ...IServiceOption) (*schemaV1.ResolveBooleanResponse, error) ResolveString(string, of.EvaluationContext, ...IServiceOption) (*schemaV1.ResolveStringResponse, error) ResolveNumber(string, of.EvaluationContext, ...IServiceOption) (*schemaV1.ResolveNumberResponse, error) ResolveObject(string, of.EvaluationContext, ...IServiceOption) (*schemaV1.ResolveObjectResponse, error) }
type IServiceOption ¶
type IServiceOption func(IService)
Click to show internal directories.
Click to hide internal directories.