Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ARContentHandler ¶
type ARContentHandler struct { }
func (*ARContentHandler) HandleContent ¶
func (t *ARContentHandler) HandleContent(context *types.GikaContext) (types.Entries, error)
type BzipContentHandler ¶
type BzipContentHandler struct { }
func (*BzipContentHandler) HandleContent ¶
func (t *BzipContentHandler) HandleContent(context *types.GikaContext) (types.Entries, error)
type CabContentHandler ¶
type CabContentHandler struct { }
func (*CabContentHandler) HandleContent ¶
func (t *CabContentHandler) HandleContent(context *types.GikaContext) (types.Entries, error)
type GzipContentHandler ¶
type GzipContentHandler struct { }
func (*GzipContentHandler) HandleContent ¶
func (t *GzipContentHandler) HandleContent(context *types.GikaContext) (types.Entries, error)
type LzipContentHandler ¶
type LzipContentHandler struct { }
func (*LzipContentHandler) HandleContent ¶
func (z *LzipContentHandler) HandleContent(context *types.GikaContext) (types.Entries, error)
type LzwContentHandler ¶
type LzwContentHandler struct { }
func (*LzwContentHandler) HandleContent ¶
func (t *LzwContentHandler) HandleContent(context *types.GikaContext) (types.Entries, error)
type TarContentHandler ¶
type TarContentHandler struct { }
func (*TarContentHandler) HandleContent ¶
func (t *TarContentHandler) HandleContent(context *types.GikaContext) (types.Entries, error)
type UnarrContentHandler ¶
type UnarrContentHandler struct { }
func (*UnarrContentHandler) HandleContent ¶
func (u *UnarrContentHandler) HandleContent(context *types.GikaContext) (types.Entries, error)
type XZContentHandler ¶
type XZContentHandler struct { }
func (*XZContentHandler) HandleContent ¶
func (z *XZContentHandler) HandleContent(context *types.GikaContext) (types.Entries, error)
type ZipContentHandler ¶
type ZipContentHandler struct { }
func (*ZipContentHandler) HandleContent ¶
func (z *ZipContentHandler) HandleContent(context *types.GikaContext) (types.Entries, error)
type ZlibContentHandler ¶
type ZlibContentHandler struct { }
func (*ZlibContentHandler) HandleContent ¶
func (t *ZlibContentHandler) HandleContent(context *types.GikaContext) (types.Entries, error)
type ZstdContentHandler ¶
type ZstdContentHandler struct { }
func (*ZstdContentHandler) HandleContent ¶
func (t *ZstdContentHandler) HandleContent(context *types.GikaContext) (types.Entries, error)
Click to show internal directories.
Click to hide internal directories.