Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VigiloIdentityServer ¶
type VigiloIdentityServer struct { Router chi.Router Port string // contains filtered or unexported fields }
VigiloIdentityServer represents the identity server responsible for handling HTTP requests related to user management.
func NewVigiloIdentityServer ¶
func NewVigiloIdentityServer(port string) *VigiloIdentityServer
NewVigiloIdentityServer creates and initializes a new instance of the VigiloIdentityServer. It sets up the necessary routes and dependencies.
func (*VigiloIdentityServer) Start ¶
func (s *VigiloIdentityServer) Start()
Start starts the Vigilo Identity Server, listening for incoming HTTP requests on the specified port.
Click to show internal directories.
Click to hide internal directories.