Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheSafe ¶
type CacheSafe struct {
// contains filtered or unexported fields
}
func NewCacheSafe ¶
func NewCacheSafe() *CacheSafe
func (*CacheSafe) SetEnabled ¶
type PruneEngine ¶
type PruneEngine struct {
// contains filtered or unexported fields
}
func NewPruneEngine ¶
func NewPruneEngine() *PruneEngine
func (*PruneEngine) IsLockfile ¶
func (e *PruneEngine) IsLockfile(input string) bool
func (*PruneEngine) Prune ¶
func (e *PruneEngine) Prune(input string) string
type TextPressEngine ¶
type TextPressEngine struct {
// contains filtered or unexported fields
}
func NewTextPressEngine ¶
func NewTextPressEngine(endpoint string) *TextPressEngine
func (*TextPressEngine) Compress ¶
func (e *TextPressEngine) Compress(input string) string
Click to show internal directories.
Click to hide internal directories.