Documentation ¶
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 is the struct that represent the API server
func New ¶
func New(config *config.Config, monitoringService service.Monitoring, goFF *ffclient.GoFeatureFlag, zapLog *zap.Logger, ) Server
New is used to create a new instance of the API server
func (*Server) StartAwsLambda ¶ added in v1.8.0
func (s *Server) StartAwsLambda()
StartAwsLambda is starting the relay proxy as an AWS Lambda
Click to show internal directories.
Click to hide internal directories.