Versions in this module Expand all Collapse all v1 v1.0.1 May 19, 2026 v1.0.0 May 19, 2026 Changes in this version + func CloseDataService(file *os.File) error + func InitDataService(id string, header string, encryptionKey string) (*os.File, error) + func PurgeData(filePath string) error + func ReadData(file *os.File, encryptionKey string, ctx context.Context) (string, error) + func SaveData(file *os.File, data string, encryptionKey string, ctx context.Context) error