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