Documentation
¶
Overview ¶
package sys is used to configure a vlpoc cluster. The other packages in the API will rely on this configuration to perform their work.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthConnstr ¶
AuthConnstr returns a connection string that can be used to connect to the authsrv.
Types ¶
type Option ¶
type Option func(*config)
Options are used to configure a context for use in a vlpoc cluster.
func WithAuthHost ¶
WithAuthHost sets the subdomain at which the authsrv can be reached. This is "auth" by default.
func WithAuthPort ¶
WithAuthPort sets the port at which the authsrv can be reached. This is 8181 by default.
Click to show internal directories.
Click to hide internal directories.