Versions in this module Expand all Collapse all v0 v0.0.8 Jun 20, 2025 Changes in this version + type Adapter interface + EditFile func(path string) ([]byte, error) + EditTempFile func(content string, extension string) (string, error) + ReadFile func(path string) ([]byte, error) + ViewWithPager func(content string) error + WriteFile func(path string, content []byte) error + type RealAdapter struct + func NewRealAdapter() *RealAdapter + func (a *RealAdapter) EditFile(path string) ([]byte, error) + func (a *RealAdapter) EditTempFile(content string, extension string) (string, error) + func (a *RealAdapter) ReadFile(path string) ([]byte, error) + func (a *RealAdapter) ViewWithPager(content string) error + func (a *RealAdapter) WriteFile(path string, content []byte) error