This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
tuonian
/
nginx-ui
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
f89be7506c
Branches
Tags
dev
master
nginx-ui
/
server
/
modules
/
settings
/
vo.go
vo.go
121 B
Histórico
Raw
1
2
3
4
5
6
7
package settings
type ListVo struct {
Prefix string
// 0 表示禁用,1表示启用,-1 表示全部
Enable int
}