package
Version:
v0.0.0-...-fc7dab2
Opens a new window with list of versions in this module.
Published: Nov 4, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type WebProxyConfig struct {
model.Model
Port int `gorm:"default:443"`
Address string `gorm:"default:localhost"`
ServerName string `gorm:"default:peppermint.io"`
X509CertPem []byte
X509KeyPem []byte
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.