Documentation ¶ Index ¶ type Source func New(options ...source.Option) (*Source, error) func (s *Source) GetExtend() source.Scheme func (s *Source) Open(string) (fs.File, error) func (s *Source) ReadFile(name string) ([]byte, error) func (s *Source) Watch(_ source.Entity, _ func([]byte, any) error) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Source ¶ type Source struct { // contains filtered or unexported fields } func New ¶ func New(options ...source.Option) (*Source, error) func (*Source) GetExtend ¶ func (s *Source) GetExtend() source.Scheme GetExtend get extend func (*Source) Open ¶ func (s *Source) Open(string) (fs.File, error) func (*Source) ReadFile ¶ func (s *Source) ReadFile(name string) ([]byte, error) func (*Source) Watch ¶ func (s *Source) Watch(_ source.Entity, _ func([]byte, any) error) error Source Files ¶ View all Source files source.go Click to show internal directories. Click to hide internal directories.