Documentation ¶
Overview ¶
Package random implements a sidecred.Provider for random strings, and can be used for tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithRotationInterval ¶
WithRotationInterval sets the interval at which the random string should be rotated.
Types ¶
type RequestConfig ¶
type RequestConfig struct {
Length int `json:"length"`
}
RequestConfig ...
func (*RequestConfig) Validate ¶ added in v0.11.0
func (c *RequestConfig) Validate() error
Validate implements sidecred.Validatable.
Click to show internal directories.
Click to hide internal directories.