Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouterConfiguration ¶
type RouterConfiguration struct { Active bool Protocol string Address string // Cors data AllowedOrigins []string AllowedMethods []string AllowCredentials bool ReadTimeTimeout time.Duration IdleTimeout time.Duration WriteTimeout time.Duration Beacon bool Builder bool Config bool Debug bool Events bool Node bool Validator bool Lighthouse bool }
func (*RouterConfiguration) UnwrapEndpointsList ¶
func (r *RouterConfiguration) UnwrapEndpointsList(l []string) error
Click to show internal directories.
Click to hide internal directories.