graph_fs 0.1.5

A CLI tool that helps query a local or remote file system by a GraphQL interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod api;
pub mod auth;
pub mod cli;
pub mod fs_module;
pub mod http_config;
pub mod schema;
pub mod user_setting;
pub mod utils;
use ssh2::Session;
pub mod db;
pub mod factory;