Documentation
¶
Index ¶
- func IsCapable() bool
- func WithLogger(log *plog.Logger) funcopt.O
- type Info
- type InfoEntries
- type InfoEntry
- type T
- func (t T) Add(ctx context.Context, filePath string) error
- func (t T) Data(ctx context.Context) (InfoEntries, error)
- func (t T) Delete(ctx context.Context, devPath string) error
- func (t T) FileDelete(ctx context.Context, filePath string) error
- func (t T) FileExists(ctx context.Context, filePath string) (bool, error)
- func (t T) FileGet(ctx context.Context, filePath string) (*InfoEntry, error)
- func (t T) Get(ctx context.Context, name string) (*InfoEntry, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InfoEntries ¶
type InfoEntries []InfoEntry
func (InfoEntries) File ¶
func (t InfoEntries) File(s string) *InfoEntry
func (InfoEntries) HasFile ¶
func (t InfoEntries) HasFile(s string) bool
func (InfoEntries) Name ¶
func (t InfoEntries) Name(s string) *InfoEntry
Click to show internal directories.
Click to hide internal directories.