Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RefreshableFileDataSource ¶
type RefreshableFileDataSource struct { datasource.Base // contains filtered or unexported fields }
func NewFileDataSource ¶
func NewFileDataSource(sourceFilePath string, handlers ...datasource.PropertyHandler) *RefreshableFileDataSource
func (*RefreshableFileDataSource) Close ¶
func (s *RefreshableFileDataSource) Close() error
func (*RefreshableFileDataSource) Initialize ¶
func (s *RefreshableFileDataSource) Initialize() error
func (*RefreshableFileDataSource) ReadSource ¶
func (s *RefreshableFileDataSource) ReadSource() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.