Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultPattern = "/logs/{namespace}/{pod}/{container}"
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler( service Service, ) http.HandlerFunc
Types ¶
type BucketNotExistError ¶
type BucketNotExistError struct {
Err error
}
func (*BucketNotExistError) Error ¶
func (e *BucketNotExistError) Error() string
type ObjectNotExistError ¶
type ObjectNotExistError struct {
Err error
}
func (*ObjectNotExistError) Error ¶
func (e *ObjectNotExistError) Error() string
Click to show internal directories.
Click to hide internal directories.