Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = errors.New("not found")
)
Functions ¶
This section is empty.
Types ¶
type HTTPRecord ¶
type HTTPRecord struct { Request []byte Response *InternalResponse }
type InternalRequest ¶
type InternalResponse ¶
type ProjectFile ¶
type ProjectFile struct { Path string // contains filtered or unexported fields }
func New ¶
func New(options *Options) (*ProjectFile, error)
func (*ProjectFile) Close ¶
func (pf *ProjectFile) Close()
Click to show internal directories.
Click to hide internal directories.