Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericHandler ¶ added in v0.4.0
type GenericHandler interface {
GetNull(ctx context.Context, info Null[otelgo.AnotherInfo]) (Null[otelgo.Person], error)
}
GenericHandler ...
type InterfaceWithUnderscore ¶ added in v0.3.0
type InterfaceWithUnderscore interface {
GetName(ctx context.Context, _ string, _ int) (_ int32, _ error)
}
InterfaceWithUnderscore ...
type Processor ¶
type Processor interface { Timer embed.Scanner embed.Parser DoA(ctx context.Context, n int) error Handle(ctx context.Context, u *User) error Get(ctx context.Context, id int64, content otelgosdk.Content) (otelgo.Person, error) NoName(context.Context, int) ManyParams(ctx context.Context, params ...string) UseArray(ctx context.Context, contents []*otelgosdk.Content) (User, error) UseMap(ctx context.Context, m map[otelgosdk.Content]otelgosdk.Content) map[User]User }
Processor ...
Click to show internal directories.
Click to hide internal directories.