Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDevelopmentNetwork ¶
func NewDevelopmentNetwork(ctx context.Context, logger log.BasicLogger) inmemory.NetworkDriver
Types ¶
type GammaServer ¶
type GammaServer struct { Logger log.BasicLogger // contains filtered or unexported fields }
func StartGammaServer ¶
func StartGammaServer(serverAddress string, blocking bool) *GammaServer
func (*GammaServer) GracefulShutdown ¶
func (n *GammaServer) GracefulShutdown(timeout time.Duration)
func (*GammaServer) Port ¶
func (n *GammaServer) Port() int
func (*GammaServer) WaitUntilShutdown ¶
func (n *GammaServer) WaitUntilShutdown()
Click to show internal directories.
Click to hide internal directories.