 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type Base
- type FakeBase
- func (b FakeBase) CacheFile(relPath string) (string, error)
- func (b FakeBase) ConfigFile(relPath string) (string, error)
- func (b FakeBase) DataFile(relPath string) (string, error)
- func (b FakeBase) RuntimeFile(relPath string) (string, error)
- func (b FakeBase) StateFile(relPath string) (string, error)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base interface {
	CacheFile(relPath string) (string, error)
	ConfigFile(relPath string) (string, error)
	DataFile(relPath string) (string, error)
	StateFile(relPath string) (string, error)
	RuntimeFile(relPath string) (string, error)
}
    func NewTiltDevBase ¶
func NewTiltDevBase() Base
 Click to show internal directories. 
   Click to hide internal directories.