server

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2018 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CommandName = "server"
	Description = `run tokenize server`

	ErrorWriter = os.Stderr
)

subcommand property

Functions

func OptionCheck added in v1.1.3

func OptionCheck(args []string) (err error)

OptionCheck receives a slice of args and returns an error if it was not successfully parsed

func PrintDefaults

func PrintDefaults(eh flag.ErrorHandling)

PrintDefaults prints out the default flags

func Run

func Run(args []string) error

Run receives the slice of args and executes the server

func Usage

func Usage()

Usage provides information on the use of the server

Types

type TokenizeDemoHandler

type TokenizeDemoHandler struct {
	// contains filtered or unexported fields
}

TokenizeDemoHandler represents the tokenizer demo server struct

func (*TokenizeDemoHandler) ServeHTTP

func (h *TokenizeDemoHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)

type TokenizeHandler

type TokenizeHandler struct {
	// contains filtered or unexported fields
}

TokenizeHandler represents the tokenizer API server struct

func (*TokenizeHandler) ServeHTTP

func (h *TokenizeHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)

Jump to

Keyboard shortcuts

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