Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) WithOptions ¶
func (config *Config) WithOptions(opts ...Option) *Config
type Option ¶
type Option func(Config) Config
func WithHostname ¶
func WithHostname(hostname string) Option
func WithLogger ¶ added in v0.67.5
func WithLogger(logger log.Logger) Option
func WithProviderHandlers ¶ added in v0.58.7
func WithProviderHandlers(handlers ...handlers.ProviderHandler) Option
func WithServices ¶ added in v0.58.7
func WithServices(services ...services.Service) Option
type Server ¶
type Server struct {
*router.Router
*Config
ProviderController *controllers.ProviderController
// contains filtered or unexported fields
}
Server is a private Terraform cache for provider caching.
Click to show internal directories.
Click to hide internal directories.