makeless_go_storage

package module
v0.0.0-...-5e11178 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2021 License: MIT Imports: 0 Imported by: 0

README

Makeless - Storage Basic

Makeless - SaaS Framework - Golang Storage Basic Implementation

Build Status

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Storage

type Storage interface {
	Init() error
	Write(filepath string, data []byte) error
	Read(filepath string) ([]byte, error)
	Remove(filepath string) error
	Exists(filepath string) (bool, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL