Documentation
¶
Overview ¶
Package gmi defines Marker to represent each variable by interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Marker ¶
type Marker interface {
// ForceMark allows caller to set up a force flag, if force is false, the mark could be abandon,
// otherwise gomark should mark it as possible as it could
// return value indicates if mark is abandoned
ForceMark(n int32, force bool) bool
// Mark a number, the number definition is bound to marker itself.
// return value indicates if mark is abandoned
Mark(n int32) bool
// Cancel stops this marking.
Cancel()
}
Marker is an interface to provide variable marking.
type Request ¶
type Response ¶
func (*Response) GetHeaders ¶
Click to show internal directories.
Click to hide internal directories.