Versions in this module Expand all Collapse all v0 v0.0.2 Jan 6, 2017 v0.0.1 Jan 6, 2017 Changes in this version + var SwaggerJSON json.RawMessage + type CatIndex struct + Health string + Index string + PriStoreSize string + Primaries string + Replicas string + Status string + StoreSize string + type EsAcknowledgedResponse struct + Acknowledged bool + type Node struct + Value string + type Queue struct + func NewQueue(size int) *Queue + func (q *Queue) Contains(target string) bool + func (q *Queue) Pop() *Node + func (q *Queue) Push(n *Node) + type Server struct + EnabledListeners []string + Host string + Port int + SocketPath flags.Filename + TLSCertificate flags.Filename + TLSCertificateKey flags.Filename + TLSHost string + TLSPort int + func NewServer(api *operations.EsioAPI) *Server + func (s *Server) ConfigureAPI() + func (s *Server) ConfigureFlags() + func (s *Server) Fatalf(f string, args ...interface{}) + func (s *Server) GetHandler() http.Handler + func (s *Server) Listen() error + func (s *Server) Logf(f string, args ...interface{}) + func (s *Server) Serve() (err error) + func (s *Server) SetAPI(api *operations.EsioAPI) + func (s *Server) SetHandler(handler http.Handler) + func (s *Server) Shutdown() error + type Snapshot struct + Indices []string + Snapshot string + State string + VersionId int + type SnapshotResponse struct + Snapshots []Snapshot + type SnapshotRestore struct + Indices []string + Shards SnapshotShards + Snapshot string + type SnapshotRestoreResponse struct + Snapshot SnapshotRestore + type SnapshotShards struct + Failed int + Successful int + Total int