README ¶ Providers Builtins providers. They are faster and less memory consuming than the custom ones written in Lua. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Constants type Provider func Builtins() []*Provider func Customs() []*Provider func Get(name string) (*Provider, bool) func (p Provider) String() string Constants ¶ View Source const CustomProviderExtension = ".lua" Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Provider ¶ type Provider struct { ID string Name string UsesHeadless bool IsCustom bool CreateSource func() (source.Source, error) } func Builtins ¶ func Builtins() []*Provider func Customs ¶ func Customs() []*Provider func Get ¶ func Get(name string) (*Provider, bool) func (Provider) String ¶ func (p Provider) String() string Source Files ¶ View all Source files init.goprovider.go Directories ¶ Show internal Expand all Path Synopsis asurascans cacher custom flamescans generic headless headless/flaresolverr headless/rod mangadex manganato manganelo mangapill Click to show internal directories. Click to hide internal directories.