Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncFeature ¶
type AsyncFeature struct{}
func (*AsyncFeature) Async ¶
func (*AsyncFeature) Async() bool
type ExpireFeature ¶
type ExpireFeature struct {
// contains filtered or unexported fields
}
func NewExpireFeature ¶
func NewExpireFeature(expiration time.Duration) *ExpireFeature
func (*ExpireFeature) Expiration ¶
func (e *ExpireFeature) Expiration() time.Duration
type NamedFeature ¶
type NamedFeature struct {
// contains filtered or unexported fields
}
func NewNamedFeature ¶
func NewNamedFeature(name string) *NamedFeature
func (*NamedFeature) Name ¶
func (n *NamedFeature) Name() string
type RetryFeature ¶
type RetryFeature struct {
// contains filtered or unexported fields
}
func NewRetryFeature ¶
func NewRetryFeature(retries int) *RetryFeature
func (*RetryFeature) Retries ¶
func (r *RetryFeature) Retries() int
type SlugFeature ¶ added in v2.11.0
type SlugFeature struct {
// contains filtered or unexported fields
}
func NewSlugFeature ¶ added in v2.11.0
func NewSlugFeature(slug string) *SlugFeature
func (*SlugFeature) Slug ¶ added in v2.11.0
func (n *SlugFeature) Slug() string
Click to show internal directories.
Click to hide internal directories.