assembly

package
v0.0.0-...-eeaa2cf Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPAsmStorage

type HTTPAsmStorage struct {
	// contains filtered or unexported fields
}

func (*HTTPAsmStorage) Init

func (s *HTTPAsmStorage) Init(db *sqlx.DB, base string) error

func (*HTTPAsmStorage) Store

type HTTPSchema

type HTTPSchema struct {
	ID         []byte    `db:"id"`
	SID        []byte    `db:"sid"`
	Src        string    `db:"src"`
	Dst        string    `db:"dst"`
	Start      time.Time `db:"start"`
	End        time.Time `db:"end"`
	IsResponse int8      `db:"is_response"`
}

Jump to

Keyboard shortcuts

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