server

Imports

Imports #

"context"
"errors"

Type Aliases

FooServer type #

FooServer is a server that provides Foo services

type FooServer Server

Structs

A struct #

type A struct {
x int
}

Server struct #

type Server struct {
FooServer *FooServer
user string
ctx context.Context
}

Functions

AMethod method #

func (a *A) AMethod(y int) *Server

New function #

func New(sctx context.Context, u string) (*Server, error)

WriteEvents method #

func (f *FooServer) WriteEvents(ctx context.Context, x int) error

Generated with Arrow