Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CloseError ¶ added in v0.7.3
type CloseError struct {
// contains filtered or unexported fields
}
CloseError discriminate whether the error comes from close action
func (*CloseError) Error ¶ added in v0.7.3
func (c *CloseError) Error() string
func (*CloseError) Unwrap ¶ added in v0.7.3
func (c *CloseError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.