# Functions
NewCaddyContext returns an instantiated caddy context.
NewTestConn creates and initializes a new instance of [TestConn].
NewTestDialer creates and initializes a new instance of [TestDialer].
NewTestListener creates and initializes a new instance of [TestListener].
NewTestListenerModule creates and initializes a new instance of [TestListenerModule].
NewTestModule creates and initializes a new instance of [TestModule].
NewTestNet creates and initializes a new instance of [TestNet].
NewTestNetLookup creates and initializes a new instance of [TestNetLookup].
NewTestNetOp creates and initializes a new instance of [TestNetOp].
NewTestNetwork creates and initializes a new instance of [TestNetwork].
# Structs
TestConn is a mock [net.Conn].
TestDialer is a mock [pointc.Dialer].
TestListener is a mock [net.Listener].
TestListenerModule is a mock [net.Listener] that can also be used as a Caddy module.
TestModule is a mock base caddy module.
TestNet is a mock point-c network net module.
TestNetLookup implements [pointc.NetLookup].
TestNetOp is a mock point-c network operation.
TestNetwork is a mock point-c network.