Versions in this module Expand all Collapse all v0 v0.188.3 Jan 15, 2024 v0.94.0 Jan 15, 2024 Changes in this version + type CAConfig struct + Cert string + PrivateKey string + type Config struct + Address string + CAConfig CAConfig + Hosts []string + Storage []*StorageConfig + func LoadConfig(path string) (*Config, error) + type StorageConfig struct + Path string + Type StorageType + type StorageType string + const StorageTypeHAR + const StorageTypeOpenAPI