Imports #
"context"
"errors"
"context"
"errors"
FooServer is a server that provides Foo services
type FooServer Servertype A struct {
x int
}type Server struct {
FooServer *FooServer
user string
ctx context.Context
}func (a *A) AMethod(y int) *Serverfunc New(sctx context.Context, u string) (*Server, error)func (f *FooServer) WriteEvents(ctx context.Context, x int) errorGenerated with Arrow