server

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2020 License: MIT, MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HttpAction

type HttpAction actions.Action

func (*HttpAction) Run

func (this *HttpAction) Run(params struct{})

type HttpUpdateAction

type HttpUpdateAction actions.Action

func (*HttpUpdateAction) Run

func (this *HttpUpdateAction) Run(params struct {
	On           bool
	ListenValues []string
	Must         *actions.Must
})

保存HTTP设置

type HttpsAction

type HttpsAction actions.Action

func (*HttpsAction) Run

func (this *HttpsAction) Run(params struct{})

type HttpsUpdateAction

type HttpsUpdateAction actions.Action

func (*HttpsUpdateAction) Run

func (this *HttpsUpdateAction) Run(params struct {
	On           bool
	ListenValues []string

	CertType string
	CertFile *actions.File
	KeyFile  *actions.File
	CertId   string

	Must *actions.Must
})

保存HTTPS设置

type SecurityAction

type SecurityAction actions.Action

func (*SecurityAction) Run

func (this *SecurityAction) Run(params struct{})

安全设置

func (*SecurityAction) RunPost

func (this *SecurityAction) RunPost(params struct {
	AllowIPValues       []string
	DenyIPValues        []string
	AllowAll            bool
	DirAutoComplete     bool
	LoginURL            string
	PasswordEncryptType string
})

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL