Documentation ¶ Index ¶ Variables func Adapter(ctx context.Context, pkg string) target.Apphost func Invoker(ctx context.Context, flat target.Apphost, invoke target.Request) target.Apphost func WithTimeout(ctx context.Context, apphost target.Apphost, portal target.Portal_) target.Apphost type Conn type Listener Constants ¶ This section is empty. Variables ¶ View Source var ConnectionsThreshold = -1 Functions ¶ func Adapter ¶ func Adapter(ctx context.Context, pkg string) target.Apphost func Invoker ¶ func Invoker( ctx context.Context, flat target.Apphost, invoke target.Request, ) target.Apphost func WithTimeout ¶ func WithTimeout(ctx context.Context, apphost target.Apphost, portal target.Portal_) target.Apphost Types ¶ type Conn ¶ type Conn struct { *bufio.Reader io.WriteCloser // contains filtered or unexported fields } type Listener ¶ type Listener struct { *astral.Listener // contains filtered or unexported fields } Source Files ¶ View all Source files adapter.go invoker.go timout.go Click to show internal directories. Click to hide internal directories.