aci

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2015 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StopServer

func StopServer(host string) (*http.Response, error)

Types

type Server

type Server struct {
	Stop <-chan struct{}
	Msg  <-chan string
	Conf string
	URL  string
	// contains filtered or unexported fields
}

func NewServer

func NewServer(auth Type, msgCapacity int) (*Server, error)

func NewServerWithPaths

func NewServerWithPaths(auth Type, msgCapacity int, acTool, goTool string) (*Server, error)

func StartServer

func StartServer(auth Type) (*Server, error)

func (*Server) Close

func (s *Server) Close()

type Type

type Type int
const (
	None Type = iota
	Basic
	Oauth
)

Jump to

Keyboard shortcuts

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