Documentation ¶
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Open ¶
Open returns the client for the external fs db.
Example ¶
package main import ( "context" "github.com/glebziz/fs_db/internal/utils/log" "github.com/glebziz/fs_db/pkg/external" ) func main() { db, err := external.Open(context.Background(), "localhost:8888") if err != nil { log.Fatalln("Open:", err) } _ = db }
Output:
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.