README ¶ cacheproxy proxy cache for offline testing Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Server(ctx context.Context, cfg *config.Config) error type Manager func NewManager(portFrom, portTo int, cfg *config.Config) *Manager func (m *Manager) RunSrv(ctx context.Context, fileName string) (int, error) func (m *Manager) SetCfg(cfg *config.Config) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Server ¶ added in v0.0.2 func Server(ctx context.Context, cfg *config.Config) error Types ¶ type Manager ¶ type Manager struct { LastPort int PortFrom int PortTo int AllPorts []int // contains filtered or unexported fields } func NewManager ¶ func NewManager(portFrom, portTo int, cfg *config.Config) *Manager func (*Manager) RunSrv ¶ func (m *Manager) RunSrv(ctx context.Context, fileName string) (int, error) func (*Manager) SetCfg ¶ func (m *Manager) SetCfg(cfg *config.Config) Source Files ¶ View all Source files manager.goserver.go Directories ¶ Show internal Expand all Path Synopsis config handler sqlite store Click to show internal directories. Click to hide internal directories.