Discover Packages
github.com/UCSC-CSE123/beavertail/server
command
module
Version:
v0.0.0-...-135ad47
Opens a new window with list of versions in this module.
Published: May 25, 2020
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Beavertail/server
Beavertail/server is the backend of the automatic passenger tracking system.
Building Beavertail/server
git clone
this repo
$ git clone https://github.com/UCSC-CSE123/beavertail.git
cd
into the server
$ cd beavertail/server
Pull the dependencies using go get
$ go get ./...
go build
the server
$ go build
Running the server
From the output of server -help
:
Usage of server:
-config string
use a config.yml file to configure the server, overrides all flags
-db string
the sqlite3 file to use (default "db/taps.db")
-host string
the host address to bind to (default "localhost")
-port string
the port to listen on (default "8080")
-verbose
turn on verbose mode
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Package models defines all data models for the beavertail server.
Package models defines all data models for the beavertail server.
service
datagram
Package datagram defines all actions associated with the GRPC service "Datagram".
Package datagram defines all actions associated with the GRPC service "Datagram".
Click to show internal directories.
Click to hide internal directories.