core

package
v0.0.0-...-1041cc9 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2018 License: GPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Domain

type Domain struct {
	Id           bson.ObjectId `bson:"_id,omitempty"`
	Name         string
	ParentDomain bson.ObjectId `bson:",omitempty"`
	Skipped      bool          `bson:",omitempty"`
	LastChecked  time.Time     `bson:",omitempty"`
	Headers      []Header      `bson:",omitempty"`
}
type Header struct {
	Key   string
	Value string
}

Jump to

Keyboard shortcuts

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