Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clangcn/ngrok-one-key-install
/ types & classes
Types & classes
363 in github.com/clangcn/ngrok-one-key-install
⨍
Functions
2,521
◇
Types & classes
363
↓ 72 callers
TypeAlias
Int
ngrok-1.7/src/github.com/petar/GoLLRB/llrb/util.go:7
↓ 12 callers
TypeAlias
yaml_style_t
Node Styles
ngrok-1.7/src/gopkg.in/yaml.v1/yamlh.go:68
↓ 7 callers
TypeAlias
Key
public API, common OS agnostic part
ngrok-1.7/src/github.com/nsf/termbox-go/api_common.go:11
↓ 5 callers
TypeAlias
methodMatcher
Methods -------------------------------------------------------------------- methodMatcher matches the request against HTTP methods.
ngrok-1.7/src/github.com/gorilla/mux/route.go:280
↓ 5 callers
TypeAlias
schemeMatcher
Schemes -------------------------------------------------------------------- schemeMatcher matches the request against URL schemes.
ngrok-1.7/src/github.com/gorilla/mux/route.go:376
↓ 4 callers
TypeAlias
String
ngrok-1.7/src/github.com/petar/GoLLRB/llrb/util.go:13
↓ 4 callers
TypeAlias
headerMatcher
Headers -------------------------------------------------------------------- headerMatcher matches the request against header values.
ngrok-1.7/src/github.com/gorilla/mux/route.go:189
↓ 3 callers
TypeAlias
short
ngrok-1.7/src/github.com/nsf/termbox-go/termbox_windows.go:10
↓ 3 callers
TypeAlias
wchar
ngrok-1.7/src/github.com/nsf/termbox-go/termbox_windows.go:9
↓ 2 callers
TypeAlias
cacheUrl
ngrok-1.7/src/ngrok/server/registry.go:17
↓ 1 callers
TypeAlias
Attribute
public API, common OS agnostic part
ngrok-1.7/src/github.com/nsf/termbox-go/api_common.go:12
↓ 1 callers
TypeAlias
ByName
Implement sort.Interface for []os.FileInfo based on Name()
ngrok-1.7/src/github.com/jteeuwen/go-bindata/convert.go:113
↓ 1 callers
TypeAlias
CounterSnapshot
CounterSnapshot is a read-only copy of another Counter.
ngrok-1.7/src/github.com/rcrowley/go-metrics/counter.go:42
↓ 1 callers
TypeAlias
DuplicateMetric
DuplicateMetric is the error returned by Registry.Register when a metric already exists. If you mean to Register that metric you must first Unregiste
ngrok-1.7/src/github.com/rcrowley/go-metrics/registry.go:12
↓ 1 callers
TypeAlias
EWMASnapshot
EWMASnapshot is a read-only copy of another EWMA.
ngrok-1.7/src/github.com/rcrowley/go-metrics/ewma.go:42
↓ 1 callers
TypeAlias
GaugeFloat64Snapshot
GaugeFloat64Snapshot is a read-only copy of another GaugeFloat64.
ngrok-1.7/src/github.com/rcrowley/go-metrics/gauge_float64.go:42
↓ 1 callers
TypeAlias
GaugeSnapshot
GaugeSnapshot is a read-only copy of another Gauge.
ngrok-1.7/src/github.com/rcrowley/go-metrics/gauge.go:40
↓ 1 callers
TypeAlias
SocketLogWriter
This log writer sends output to a socket
ngrok-1.7/src/github.com/keepeye/log4go/socklog.go:13
↓ 1 callers
TypeAlias
dword
ngrok-1.7/src/github.com/nsf/termbox-go/termbox_windows.go:11
↓ 1 callers
TypeAlias
externalPanic
ngrok-1.7/src/gopkg.in/yaml.v1/yaml.go:177
↓ 1 callers
TypeAlias
headerRegexMatcher
headerRegexMatcher matches the request against the route given a regex for the header
ngrok-1.7/src/github.com/gorilla/mux/route.go:214
↓ 1 callers
TypeAlias
keyList
ngrok-1.7/src/gopkg.in/yaml.v1/sorter.go:8
↓ 1 callers
TypeAlias
neverEnding
ngrok-1.7/src/ngrok/proto/http.go:195
↓ 1 callers
TypeAlias
recordType
TLS record types.
ngrok-1.7/src/github.com/inconshreveable/go-vhost/tls.go:52
↓ 1 callers
TypeAlias
yaml_mapping_style_t
ngrok-1.7/src/gopkg.in/yaml.v1/yamlh.go:95
↓ 1 callers
TypeAlias
yaml_scalar_style_t
ngrok-1.7/src/gopkg.in/yaml.v1/yamlh.go:70
↓ 1 callers
TypeAlias
yaml_sequence_style_t
ngrok-1.7/src/gopkg.in/yaml.v1/yamlh.go:84
TypeAlias
AppendSliceValue
borrowed from https://github.com/hashicorp/serf/blob/master/command/agent/flag_slice_value.go AppendSliceValue implements the flag.Value interface and
ngrok-1.7/src/github.com/jteeuwen/go-bindata/go-bindata/AppendSliceValue.go:9
Struct
Asset
Asset holds information about a single asset to be processed.
ngrok-1.7/src/github.com/jteeuwen/go-bindata/asset.go:8
Struct
Auth
When a client opens a new control channel to the server it must start by sending an Auth message.
ngrok-1.7/src/ngrok/msg/msg.go:34
Struct
AuthResp
A server responds to an Auth message with an AuthResp message over the control channel. If Error is not the empty string the server has indicated it
ngrok-1.7/src/ngrok/msg/msg.go:54
Struct
BadRequest
BadRequest is returned when extraction of the vhost name fails
ngrok-1.7/src/github.com/inconshreveable/go-vhost/mux.go:28
Struct
Batch
ngrok-1.7/src/github.com/rcrowley/go-metrics/librato/client.go:61
Struct
Broadcast
ngrok-1.7/src/ngrok/util/broadcast.go:3
FuncType
BuildVarsFunc
BuildVarsFunc -------------------------------------------------------------- BuildVarsFunc is the function signature used by custom build variable fun
ngrok-1.7/src/github.com/gorilla/mux/route.go:395
Struct
ByteWriter
ngrok-1.7/src/github.com/jteeuwen/go-bindata/bytewriter.go:18
Struct
Cell
A cell, single conceptual entity on the screen. The screen is basically a 2d array of cells. 'Ch' is a unicode character, 'Fg' and 'Bg' are foreground
ngrok-1.7/src/github.com/nsf/termbox-go/api_common.go:34
Struct
ClientHelloMsg
ngrok-1.7/src/github.com/inconshreveable/go-vhost/tls.go:282
Struct
ClientMetrics
ngrok-1.7/src/ngrok/client/metrics.go:12
Struct
ClientModel
ngrok-1.7/src/ngrok/client/model.go:35
Struct
CloseError
CloseError represents close frame.
ngrok-1.7/src/github.com/gorilla/websocket/conn.go:92
Struct
Closed
Closed is returned when the underlying connection is closed
ngrok-1.7/src/github.com/inconshreveable/go-vhost/mux.go:33
Interface
Compression
Compression is an interface that Diskv uses to implement compression of data. Writer takes a destination io.Writer and returns a WriteCloser that comp
ngrok-1.7/src/github.com/peterbourgon/diskv/compression.go:16
Struct
Condition
ngrok-1.7/src/github.com/mattn/go-runewidth/runewidth.go:305
Struct
Config
Config defines a set of options for the asset conversion.
ngrok-1.7/src/github.com/jteeuwen/go-bindata/config.go:26
Struct
ConfigMgr
ngrok-1.7/src/ngrok/server/config.go:46
Struct
Configuration
ngrok-1.7/src/ngrok/client/config.go:18
Interface
Conn
ngrok-1.7/src/github.com/inconshreveable/go-vhost/interface.go:7
Interface
Conn
ngrok-1.7/src/ngrok/conn/conn.go:18
Struct
Conn
Conn represents a WebSocket connection.
ngrok-1.7/src/github.com/gorilla/websocket/conn.go:142
TypeAlias
ConnStatus
ngrok-1.7/src/ngrok/client/mvc/state.go:17
Struct
ConnectionContext
ngrok-1.7/src/ngrok/client/mvc/state.go:31
TypeAlias
ConsoleLogWriter
This is the standard writer that prints to standard output.
ngrok-1.7/src/github.com/keepeye/log4go/termlog.go:14
Struct
Control
ngrok-1.7/src/ngrok/server/control.go:24
Struct
ControlRegistry
ControlRegistry maps a client ID to Control structures
ngrok-1.7/src/ngrok/server/registry.go:164
Interface
Controller
ngrok-1.7/src/ngrok/client/mvc/controller.go:7
Struct
Controller
The MVC Controller
ngrok-1.7/src/ngrok/client/controller.go:30
Interface
Counter
Counters hold an int64 value that can be incremented and decremented.
ngrok-1.7/src/github.com/rcrowley/go-metrics/counter.go:6
Struct
Data
ngrok-1.7/src/gopkg.in/yaml.v1/decode_test.go:610
Struct
Db
ngrok-1.7/src/ngrok/server/config.go:42
Interface
DbProvider
ngrok-1.7/src/ngrok/server/config.go:37
Struct
Dialer
A Dialer contains options for connecting to WebSocket server.
ngrok-1.7/src/github.com/gorilla/websocket/client.go:48
Struct
Diskv
Diskv implements the Diskv interface. You shouldn't construct Diskv structures directly; instead, use the New constructor.
ngrok-1.7/src/github.com/peterbourgon/diskv/diskv.go:58
Struct
Download
Download encapsulates the state and parameters to download content from a URL which: - Publishes the percentage of the download completed to a channe
ngrok-1.7/src/github.com/inconshreveable/go-update/download/download.go:28
Interface
EWMA
EWMAs continuously calculate an exponentially-weighted moving average based on an outside source of clock ticks.
ngrok-1.7/src/github.com/rcrowley/go-metrics/ewma.go:11
Struct
EditBox
ngrok-1.7/src/github.com/nsf/termbox-go/_demos/editbox.go:69
Struct
Envelope
ngrok-1.7/src/ngrok/msg/msg.go:27
Struct
Event
This type represents a termbox event. The 'Mod', 'Key' and 'Ch' fields are valid if 'Type' is EventKey. The 'Width' and 'Height' fields are valid if '
ngrok-1.7/src/github.com/nsf/termbox-go/api_common.go:18
TypeAlias
EventType
public API, common OS agnostic part
ngrok-1.7/src/github.com/nsf/termbox-go/api_common.go:9
Struct
ExpDecaySample
ExpDecaySample is an exponentially-decaying sample using a forward-decaying priority reservoir. See Cormode et al's "Forward Decay: A Practical Time
ngrok-1.7/src/github.com/rcrowley/go-metrics/sample.go:37
Struct
FileLogWriter
This log writer sends output to a file
ngrok-1.7/src/github.com/keepeye/log4go/filelog.go:12
Struct
FileTarget
ngrok-1.7/src/github.com/inconshreveable/go-update/download/download.go:212
Struct
Filter
****** Logger ******/ A Filter represents the log level below which no log records are written to the associated LogWriter.
ngrok-1.7/src/github.com/keepeye/log4go/log4go.go:126
TypeAlias
FormatLogWriter
This is the standard writer that prints to standard output.
ngrok-1.7/src/github.com/keepeye/log4go/pattlog.go:97
Interface
Gauge
Gauges hold an int64 value that can be set arbitrarily.
ngrok-1.7/src/github.com/rcrowley/go-metrics/gauge.go:6
Interface
GaugeFloat64
GaugeFloat64s hold a float64 value that can be set arbitrarily.
ngrok-1.7/src/github.com/rcrowley/go-metrics/gauge_float64.go:6
Interface
Getter
The Getter interface is implemented by types to do their own custom marshalling into a YAML tag and value.
ngrok-1.7/src/gopkg.in/yaml.v1/yaml.go:47
Struct
GraphiteConfig
GraphiteConfig provides a container with configuration parameters for the Graphite exporter
ngrok-1.7/src/github.com/rcrowley/go-metrics/graphite.go:15
Struct
HTTPConn
ngrok-1.7/src/github.com/inconshreveable/go-vhost/http.go:9
Struct
HTTPMuxer
ngrok-1.7/src/github.com/inconshreveable/go-vhost/mux.go:217
Struct
HandshakeError
HandshakeError describes an error with the handshake from the peer.
ngrok-1.7/src/github.com/gorilla/websocket/server.go:18
Interface
Healthcheck
Healthchecks hold an error value describing an arbitrary up/down status.
ngrok-1.7/src/github.com/rcrowley/go-metrics/healthcheck.go:4
Interface
Histogram
Histograms calculate distribution statistics from a series of int64 values.
ngrok-1.7/src/github.com/rcrowley/go-metrics/histogram.go:4
Struct
HistogramSnapshot
HistogramSnapshot is a read-only copy of another Histogram.
ngrok-1.7/src/github.com/rcrowley/go-metrics/histogram.go:49
Struct
Http
ngrok-1.7/src/ngrok/proto/http.go:39
Struct
HttpRequest
ngrok-1.7/src/ngrok/proto/http.go:20
Struct
HttpResponse
ngrok-1.7/src/ngrok/proto/http.go:25
Struct
HttpTxn
ngrok-1.7/src/ngrok/proto/http.go:30
Struct
HttpView
ngrok-1.7/src/ngrok/client/views/term/http.go:17
Interface
Index
Index is a generic interface for things that can provide an ordered list of keys.
ngrok-1.7/src/github.com/peterbourgon/diskv/index.go:11
TypeAlias
Initiative
ngrok-1.7/src/github.com/inconshreveable/go-update/check/check.go:17
Struct
InputConfig
InputConfig defines options on a asset directory to be convert.
ngrok-1.7/src/github.com/jteeuwen/go-bindata/config.go:15
TypeAlias
InputMode
public API, common OS agnostic part
ngrok-1.7/src/github.com/nsf/termbox-go/api_common.go:7
Interface
Item
ngrok-1.7/src/github.com/petar/GoLLRB/llrb/llrb.go:32
Struct
Item
ngrok-1.7/src/ngrok/cache/lru.go:42
FuncType
ItemIterator
func(i Item) bool
ngrok-1.7/src/github.com/petar/GoLLRB/llrb/iterator.go:3
Struct
KeenIoMetric
ngrok-1.7/src/ngrok/server/metrics.go:157
Struct
KeenIoMetrics
ngrok-1.7/src/ngrok/server/metrics.go:162
Struct
KeenStruct
ngrok-1.7/src/ngrok/server/metrics.go:295
Struct
LLRB
Tree is a Left-Leaning Red-Black (LLRB) implementation of 2-3 trees
ngrok-1.7/src/github.com/petar/GoLLRB/llrb/llrb.go:20
next →
1–100 of 363, ranked by callers