Documentation
¶
Overview ¶
Package appc implements App Connectors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server implements an App Connector.
func (*Server) Configure ¶
func (s *Server) Configure(cfg *appctype.AppConnectorConfig)
Configure applies the provided configuration to the app connector.
func (*Server) HandleDNS ¶
func (s *Server) HandleDNS(c nettype.ConnPacketConn)
HandleDNS handles a DNS request to the app connector.
Click to show internal directories.
Click to hide internal directories.