Blog

Dsedit [exclusive] Today

Note: If you intended dsedit to refer to an existing specific tool (e.g., a custom script at your organization or a lesser-known utility), please provide the source or context, and I will revise the paper accordingly.

type Backend interface { Create(path string, attrs map[string]interface{}) error Modify(path string, changes map[string]interface{}) error Delete(path string) error Get(path string, attr string) (interface{}, error) List(base string) ([]string, error) } dsedit