Documentation ¶ Index ¶ type Option func JWTSecret(s string) Option func Logger(l log.Logger) Option type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Option ¶ type Option func(o *Options) Option defines a single option function. func JWTSecret ¶ func JWTSecret(s string) Option JWTSecret provides a function to set the jwt secret option. func Logger ¶ func Logger(l log.Logger) Option Logger provides a function to set the logger option. type Options ¶ type Options struct { // Logger to use for logging, must be set Logger log.Logger // JWTSecret is the jwt secret for the reva token manager JWTSecret string } Options defines the available options for this package. Source Files ¶ View all Source files option.go Click to show internal directories. Click to hide internal directories.