Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfoFinder ¶
type InfoFinder interface { AlertId(id string) InfoFinder // Filter Superseded(superseded bool) InfoFinder Status(status cap.Status) InfoFinder MessageType(messageType cap.MessageType) InfoFinder Scope(scope cap.Scope) InfoFinder Language(language string) InfoFinder Certainty(certainty cap.Certainty) InfoFinder Severity(severity cap.Severity) InfoFinder Urgency(urgency cap.Urgency) InfoFinder Headline(headline string) InfoFinder Description(description string) InfoFinder Instruction(instruction string) InfoFinder EffectiveGte(t time.Time) InfoFinder EffectiveGt(t time.Time) InfoFinder EffectiveLte(t time.Time) InfoFinder EffectiveLt(t time.Time) InfoFinder ExpiresGte(t time.Time) InfoFinder ExpiresGt(t time.Time) InfoFinder ExpiresLte(t time.Time) InfoFinder ExpiresLt(t time.Time) InfoFinder OnsetGte(t time.Time) InfoFinder OnsetGt(t time.Time) InfoFinder OnsetLte(t time.Time) InfoFinder OnsetLt(t time.Time) InfoFinder Area(area string) InfoFinder Point(lat, lon float64) InfoFinder // Pagination Start(start int) InfoFinder Count(count int) InfoFinder // Sorting Sort(fields ...string) InfoFinder Find() (*InfoResults, error) }
type InfoResults ¶
Click to show internal directories.
Click to hide internal directories.