Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type License ¶
type License struct {
// contains filtered or unexported fields
}
License middleware for checking license expiry
func (*License) CheckExpiry ¶
func (l *License) CheckExpiry(next http.HandlerFunc) http.HandlerFunc
CheckExpiry middleware checks if the license has expired Returns 403 Forbidden with JSON error if license is expired
Click to show internal directories.
Click to hide internal directories.