Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CookiePersistence ¶
type CookiePersistence struct{}
func (*CookiePersistence) GetAll ¶
func (c *CookiePersistence) GetAll(args []string) (string, error)
func (*CookiePersistence) Help ¶
func (c *CookiePersistence) Help() string
func (*CookiePersistence) Run ¶
func (c *CookiePersistence) Run(args []string) int
func (*CookiePersistence) Search ¶
func (c *CookiePersistence) Search(args []string) (string, error)
func (*CookiePersistence) Synopsis ¶
func (c *CookiePersistence) Synopsis() string
type DstIpPersistence ¶
type DstIpPersistence struct{}
func (*DstIpPersistence) Help ¶
func (d *DstIpPersistence) Help() string
func (*DstIpPersistence) Run ¶
func (d *DstIpPersistence) Run(args []string) int
func (*DstIpPersistence) Synopsis ¶
func (d *DstIpPersistence) Synopsis() string
type SrcIpPersistence ¶
type SrcIpPersistence struct{}
func (*SrcIpPersistence) Help ¶
func (s *SrcIpPersistence) Help() string
func (*SrcIpPersistence) Run ¶
func (s *SrcIpPersistence) Run(args []string) int
func (*SrcIpPersistence) Synopsis ¶
func (s *SrcIpPersistence) Synopsis() string
type SslSidPersistence ¶
type SslSidPersistence struct{}
func (*SslSidPersistence) GetAll ¶
func (s *SslSidPersistence) GetAll(args []string) (string, error)
func (*SslSidPersistence) Help ¶
func (s *SslSidPersistence) Help() string
func (*SslSidPersistence) Run ¶
func (s *SslSidPersistence) Run(args []string) int
func (*SslSidPersistence) Search ¶
func (s *SslSidPersistence) Search(args []string) (string, error)
func (*SslSidPersistence) Synopsis ¶
func (s *SslSidPersistence) Synopsis() string
Click to show internal directories.
Click to hide internal directories.