SVault-Engine

command module
v0.0.0-...-f49c50f Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: MIT Imports: 1 Imported by: 0

README

SVault-Engine

SVault-Engine is the core engine for SVault. It's a vault-based Virtual File System offering secure file encryption, cross-device sharing, and file server hosting.

Installation

To install SVault-Engine, use the go install command or download the latest release:

go install github.com/Owbird/SVault-Engine@latest

Usage

Command Line Interface (CLI)

Run the main program:

SVault-Engine [command]
Go Package

To use SVault-Engine as a package in your Go application, import it and utilize its features:

import "github.com/Owbird/SVault-Engine/pkg/vault"


func main() {
    vault := vault.NewVault()
}

For detailed documentation, visit the Go package documentation.

Contributing

We welcome contributions!

License

This project is licensed under the MIT License.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
pkg
filesystem
Package filesystem provides functions for the SVault VFS such as mounting based on fuse
Package filesystem provides functions for the SVault VFS such as mounting based on fuse
server
Package server handles the file hosting server
Package server handles the file hosting server
server/handlers
Package handlers provides the functionalities for file web server hosting
Package handlers provides the functionalities for file web server hosting
vault
Package vault provides a way to manage vaults.
Package vault provides a way to manage vaults.

Jump to

Keyboard shortcuts

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