Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crt ¶
type Crt struct { model.Model Name string `mapstructure:"name" json:"name"` Data []byte `mapstructure:"data" json:"data"` }
single certificate
type File ¶
type File struct { model.Model Date time.Time `mapstructure:"date" json:"date"` Hash string `mapstructure:"hash" json:"hash"` FileName string `mapstructure:"file_name" json:"file_name"` ContentType string `mapstructure:"content_type" json:"content_type"` Size int64 `mapstructure:"size" json:"size"` Data []byte `mapstructure:"data" json:"data"` InteractionHash string `mapstructure:"interaction_hash" json:"interaction_hash"` ServiceHash string `mapstructure:"service_hash" json:"service_hash"` }
type InputNumberView ¶
type InputStringView ¶
type Service ¶
type Service struct { model.Model Hash string `json:"hash"` ServiceName string `json:"serviceName"` ModuleName string `json:"moduleName"` ListenIP string `json:"listenIP"` ListenPort int `json:"listenPort"` Autostart bool `json:"autostart"` Active bool `json:"active"` Settings string `json:"settings"` BaseProto string `json:"baseProto"` }
type Session ¶
type Session struct { model.Model Hash string `json:"hash"` Date time.Time `json:"date"` ClientIP string `json:"client_ip"` Description string `json:"description"` ModuleName string `json:"module_name"` Service string `json:"service"` // hash ServiceName string `json:"service_name"` // hash Visited bool `json:"visited"` LocalAddr string `json:"local_addr"` }
type SessionInfo ¶
Click to show internal directories.
Click to hide internal directories.