Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleFront ¶ added in v0.3.8
func HandleFunc ¶ added in v0.3.8
func RegisterHTTP ¶ added in v0.3.8
Types ¶
type Auth ¶ added in v0.3.8
func (*Auth) GrpcAuth ¶ added in v0.3.8
func (a *Auth) GrpcAuth() grpc.UnaryServerInterceptor
type Components ¶
type Components struct {
Mux *http.ServeMux
*Start
HttpListener net.Listener
DB *bbolt.DB
Node gn.NodeServer
Tools gt.ToolsServer
Subscribe gn.SubscribeServer
Connections gs.ConnectionsServer
Inbound gc.InboundServer
Resolver gc.ResolverServer
RuleController gc.BypassServer
Tag gn.TagServer
}
func (*Components) Close ¶
func (a *Components) Close() error
func (*Components) RegisterServer ¶ added in v0.3.8
func (app *Components) RegisterServer()
Click to show internal directories.
Click to hide internal directories.