Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DateRangeOption ¶
type DateRangeOption struct {
// contains filtered or unexported fields
}
func DateRange ¶
func DateRange(value int) *DateRangeOption
func (*DateRangeOption) Get ¶
func (d *DateRangeOption) Get() int
type LanguageOption ¶
type LanguageOption struct {
// contains filtered or unexported fields
}
func Language ¶
func Language(value string) *LanguageOption
func (*LanguageOption) Get ¶
func (l *LanguageOption) Get() string
type LimitOption ¶
type LimitOption struct {
// contains filtered or unexported fields
}
func Limit ¶
func Limit(value int) *LimitOption
func (*LimitOption) Get ¶
func (l *LimitOption) Get() int
type Options ¶
func ExtractOptions ¶
type StartOption ¶
type StartOption struct {
// contains filtered or unexported fields
}
func Start ¶
func Start(value string) *StartOption
func (*StartOption) Get ¶
func (s *StartOption) Get() string
Click to show internal directories.
Click to hide internal directories.