SYMBOL INDEX (1810 symbols across 129 files) FILE: apps/phosphor/main.go function phosphorFlagSet (line 18) | func phosphorFlagSet() *flag.FlagSet { function main (line 41) | func main() { FILE: apps/phosphord/main.go function phosphordFlagSet (line 21) | func phosphordFlagSet() *flag.FlagSet { function main (line 42) | func main() { FILE: internal/util/stringarray.go type StringArray (line 10) | type StringArray method Set (line 12) | func (a *StringArray) Set(s string) error { method String (line 17) | func (a *StringArray) String() string { FILE: internal/version/version.go constant Version (line 9) | Version = "0.0.1" function String (line 12) | func String(app string) string { FILE: phosphor/context.go function phosphorFromContext (line 9) | func phosphorFromContext(ctx context.Context) (*Phosphor, error) { FILE: phosphor/domain.go function NewTrace (line 10) | func NewTrace() *Trace { type Trace (line 18) | type Trace struct method AppendAnnotation (line 25) | func (t *Trace) AppendAnnotation(a *Annotation) error { type AnnotationType (line 36) | type AnnotationType constant UnknownAnnotationType (line 39) | UnknownAnnotationType = AnnotationType(0) constant Req (line 42) | Req = AnnotationType(1) constant Rsp (line 43) | Rsp = AnnotationType(2) constant In (line 44) | In = AnnotationType(3) constant Out (line 45) | Out = AnnotationType(4) constant Timeout (line 46) | Timeout = AnnotationType(5) type Annotation (line 55) | type Annotation struct FILE: phosphor/handler.go function Index (line 17) | func Index(w http.ResponseWriter, r *http.Request) { function TraceLookup (line 26) | func TraceLookup(ctx context.Context) func(http.ResponseWriter, *http.Re... function response (line 66) | func response(r *http.Request, w http.ResponseWriter, resp interface{}) { function errorResponse (line 71) | func errorResponse(r *http.Request, w http.ResponseWriter, code int, err... function writeResponse (line 80) | func writeResponse(r *http.Request, w http.ResponseWriter, code int, res... FILE: phosphor/ingester.go method RunIngester (line 23) | func (p *Phosphor) RunIngester() { type IngestionHandler (line 60) | type IngestionHandler struct method HandleMessage (line 65) | func (ih *IngestionHandler) HandleMessage(message *nsq.Message) error { FILE: phosphor/marshaling.go function prettyFormatTrace (line 10) | func prettyFormatTrace(t *Trace) interface{} { function formatAnnotations (line 16) | func formatAnnotations(ans []*Annotation) interface{} { function formatAnnotation (line 31) | func formatAnnotation(a *traceproto.Annotation) interface{} { type ByTime (line 48) | type ByTime method Len (line 50) | func (s ByTime) Len() int { method Swap (line 53) | func (s ByTime) Swap(i, j int) { method Less (line 56) | func (s ByTime) Less(i, j int) bool { function ProtoToAnnotation (line 63) | func ProtoToAnnotation(p *traceproto.Annotation) *Annotation { function protoToAnnotationType (line 86) | func protoToAnnotationType(p traceproto.AnnotationType) AnnotationType { function annotationTypeToProto (line 97) | func annotationTypeToProto(at AnnotationType) traceproto.AnnotationType { function microsecondInt64ToTime (line 109) | func microsecondInt64ToTime(i int64) time.Time { function timeToMicrosecondInt64 (line 117) | func timeToMicrosecondInt64(t time.Time) int64 { function microsecondInt64ToDuration (line 126) | func microsecondInt64ToDuration(i int64) time.Duration { function durationToMicrosecondInt64 (line 131) | func durationToMicrosecondInt64(d time.Duration) int64 { function protoToKeyValue (line 137) | func protoToKeyValue(p []*traceproto.KeyValue) map[string]string { function keyValueToProto (line 150) | func keyValueToProto(m map[string]string) []*traceproto.KeyValue { function AnnotationsToProto (line 163) | func AnnotationsToProto(a []*Annotation) []*traceproto.Annotation { function AnnotationToProto (line 172) | func AnnotationToProto(a *Annotation) *traceproto.Annotation { FILE: phosphor/memorystore.go type MemoryStore (line 10) | type MemoryStore struct method ReadTrace (line 28) | func (s *MemoryStore) ReadTrace(id string) (*Trace, error) { method StoreAnnotation (line 41) | func (s *MemoryStore) StoreAnnotation(a *Annotation) error { method statsLoop (line 73) | func (s *MemoryStore) statsLoop() { method printStats (line 86) | func (s *MemoryStore) printStats() { function NewMemoryStore (line 16) | func NewMemoryStore() *MemoryStore { FILE: phosphor/options.go type Options (line 11) | type Options struct function NewOptions (line 27) | func NewOptions() *Options { FILE: phosphor/phosphor.go type Phosphor (line 11) | type Phosphor struct method Run (line 27) | func (p *Phosphor) Run() { method Exit (line 50) | func (p *Phosphor) Exit() { function New (line 18) | func New(opts *Options) *Phosphor { FILE: phosphor/store.go type Store (line 5) | type Store interface FILE: phosphord/forwarder.go method forward (line 13) | func (p *PhosphorD) forward(id int) { method sendTraces (line 60) | func (p *PhosphorD) sendTraces(id int, buf *[][]byte) error { FILE: phosphord/options.go type Options (line 3) | type Options struct function NewOptions (line 18) | func NewOptions() *Options { FILE: phosphord/phosphord.go constant UDP (line 16) | UDP = "udp" type PhosphorD (line 23) | type PhosphorD struct method Run (line 50) | func (p *PhosphorD) Run() { method Exit (line 64) | func (p *PhosphorD) Exit() { method listen (line 74) | func (p *PhosphorD) listen() { function New (line 32) | func New(opts *Options) *PhosphorD { FILE: phosphord/test/test.go constant MAX_PACKET_SIZE (line 14) | MAX_PACKET_SIZE = 1500 - 8 - 20 function main (line 17) | func main() { FILE: phosphord/transport/nsq.go function NewNSQTransport (line 19) | func NewNSQTransport(topic string, nsqdTCPAddrs util.StringArray) (Trans... type NSQPublisher (line 43) | type NSQPublisher struct method MultiPublish (line 49) | func (p *NSQPublisher) MultiPublish(body [][]byte) error { FILE: phosphord/transport/transport.go type Transport (line 3) | type Transport interface FILE: proto/trace.pb.go type AnnotationType (line 26) | type AnnotationType method String (line 57) | func (x AnnotationType) String() string { constant AnnotationType_UNKNOWN (line 29) | AnnotationType_UNKNOWN AnnotationType = 0 constant AnnotationType_CLIENT_SEND (line 30) | AnnotationType_CLIENT_SEND AnnotationType = 1 constant AnnotationType_CLIENT_RECV (line 31) | AnnotationType_CLIENT_RECV AnnotationType = 2 constant AnnotationType_SERVER_RECV (line 32) | AnnotationType_SERVER_RECV AnnotationType = 3 constant AnnotationType_SERVER_SEND (line 33) | AnnotationType_SERVER_SEND AnnotationType = 4 constant AnnotationType_TIMEOUT (line 34) | AnnotationType_TIMEOUT AnnotationType = 5 constant AnnotationType_ANNOTATION (line 35) | AnnotationType_ANNOTATION AnnotationType = 6 type Annotation (line 61) | type Annotation struct method Reset (line 95) | func (m *Annotation) Reset() { *m = Annotation{} } method String (line 96) | func (m *Annotation) String() string { return proto.CompactTextString(... method ProtoMessage (line 97) | func (*Annotation) ProtoMessage() {} method GetKeyValue (line 99) | func (m *Annotation) GetKeyValue() []*KeyValue { type KeyValue (line 106) | type KeyValue struct method Reset (line 111) | func (m *KeyValue) Reset() { *m = KeyValue{} } method String (line 112) | func (m *KeyValue) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 113) | func (*KeyValue) ProtoMessage() {} function init (line 115) | func init() { FILE: vendor/code.google.com/p/snappy-go/snappy/decode.go function DecodedLen (line 16) | func DecodedLen(src []byte) (int, error) { function decodedLen (line 23) | func decodedLen(src []byte) (blockLen, headerLen int, err error) { function Decode (line 38) | func Decode(dst, src []byte) ([]byte, error) { FILE: vendor/code.google.com/p/snappy-go/snappy/encode.go constant maxOffset (line 12) | maxOffset = 1 << 15 function emitLiteral (line 15) | func emitLiteral(dst, lit []byte) int { function emitCopy (line 53) | func emitCopy(dst []byte, offset, length int) int { function Encode (line 81) | func Encode(dst, src []byte) ([]byte, error) { function MaxEncodedLen (line 152) | func MaxEncodedLen(srcLen int) int { FILE: vendor/code.google.com/p/snappy-go/snappy/snappy.go constant tagLiteral (line 34) | tagLiteral = 0x00 constant tagCopy1 (line 35) | tagCopy1 = 0x01 constant tagCopy2 (line 36) | tagCopy2 = 0x02 constant tagCopy4 (line 37) | tagCopy4 = 0x03 FILE: vendor/code.google.com/p/snappy-go/snappy/snappy_test.go function roundtrip (line 23) | func roundtrip(b, ebuf, dbuf []byte) error { function TestEmpty (line 38) | func TestEmpty(t *testing.T) { function TestSmallCopy (line 44) | func TestSmallCopy(t *testing.T) { function TestSmallRand (line 57) | func TestSmallRand(t *testing.T) { function TestSmallRegular (line 70) | func TestSmallRegular(t *testing.T) { function benchDecode (line 82) | func benchDecode(b *testing.B, src []byte) { function benchEncode (line 95) | func benchEncode(b *testing.B, src []byte) { function readFile (line 105) | func readFile(b *testing.B, filename string) []byte { function expand (line 117) | func expand(src []byte, n int) []byte { function benchWords (line 126) | func benchWords(b *testing.B, n int, decode bool) { function BenchmarkWordsDecode1e3 (line 137) | func BenchmarkWordsDecode1e3(b *testing.B) { benchWords(b, 1e3, true) } function BenchmarkWordsDecode1e4 (line 138) | func BenchmarkWordsDecode1e4(b *testing.B) { benchWords(b, 1e4, true) } function BenchmarkWordsDecode1e5 (line 139) | func BenchmarkWordsDecode1e5(b *testing.B) { benchWords(b, 1e5, true) } function BenchmarkWordsDecode1e6 (line 140) | func BenchmarkWordsDecode1e6(b *testing.B) { benchWords(b, 1e6, true) } function BenchmarkWordsEncode1e3 (line 141) | func BenchmarkWordsEncode1e3(b *testing.B) { benchWords(b, 1e3, false) } function BenchmarkWordsEncode1e4 (line 142) | func BenchmarkWordsEncode1e4(b *testing.B) { benchWords(b, 1e4, false) } function BenchmarkWordsEncode1e5 (line 143) | func BenchmarkWordsEncode1e5(b *testing.B) { benchWords(b, 1e5, false) } function BenchmarkWordsEncode1e6 (line 144) | func BenchmarkWordsEncode1e6(b *testing.B) { benchWords(b, 1e6, false) } constant baseURL (line 174) | baseURL = "https://snappy.googlecode.com/svn/trunk/testdata/" function downloadTestdata (line 176) | func downloadTestdata(basename string) (errRet error) { function benchFile (line 200) | func benchFile(b *testing.B, n int, decode bool) { function Benchmark_UFlat0 (line 226) | func Benchmark_UFlat0(b *testing.B) { benchFile(b, 0, true) } function Benchmark_UFlat1 (line 227) | func Benchmark_UFlat1(b *testing.B) { benchFile(b, 1, true) } function Benchmark_UFlat2 (line 228) | func Benchmark_UFlat2(b *testing.B) { benchFile(b, 2, true) } function Benchmark_UFlat3 (line 229) | func Benchmark_UFlat3(b *testing.B) { benchFile(b, 3, true) } function Benchmark_UFlat4 (line 230) | func Benchmark_UFlat4(b *testing.B) { benchFile(b, 4, true) } function Benchmark_UFlat5 (line 231) | func Benchmark_UFlat5(b *testing.B) { benchFile(b, 5, true) } function Benchmark_UFlat6 (line 232) | func Benchmark_UFlat6(b *testing.B) { benchFile(b, 6, true) } function Benchmark_UFlat7 (line 233) | func Benchmark_UFlat7(b *testing.B) { benchFile(b, 7, true) } function Benchmark_UFlat8 (line 234) | func Benchmark_UFlat8(b *testing.B) { benchFile(b, 8, true) } function Benchmark_UFlat9 (line 235) | func Benchmark_UFlat9(b *testing.B) { benchFile(b, 9, true) } function Benchmark_UFlat10 (line 236) | func Benchmark_UFlat10(b *testing.B) { benchFile(b, 10, true) } function Benchmark_UFlat11 (line 237) | func Benchmark_UFlat11(b *testing.B) { benchFile(b, 11, true) } function Benchmark_UFlat12 (line 238) | func Benchmark_UFlat12(b *testing.B) { benchFile(b, 12, true) } function Benchmark_UFlat13 (line 239) | func Benchmark_UFlat13(b *testing.B) { benchFile(b, 13, true) } function Benchmark_UFlat14 (line 240) | func Benchmark_UFlat14(b *testing.B) { benchFile(b, 14, true) } function Benchmark_UFlat15 (line 241) | func Benchmark_UFlat15(b *testing.B) { benchFile(b, 15, true) } function Benchmark_UFlat16 (line 242) | func Benchmark_UFlat16(b *testing.B) { benchFile(b, 16, true) } function Benchmark_UFlat17 (line 243) | func Benchmark_UFlat17(b *testing.B) { benchFile(b, 17, true) } function Benchmark_ZFlat0 (line 244) | func Benchmark_ZFlat0(b *testing.B) { benchFile(b, 0, false) } function Benchmark_ZFlat1 (line 245) | func Benchmark_ZFlat1(b *testing.B) { benchFile(b, 1, false) } function Benchmark_ZFlat2 (line 246) | func Benchmark_ZFlat2(b *testing.B) { benchFile(b, 2, false) } function Benchmark_ZFlat3 (line 247) | func Benchmark_ZFlat3(b *testing.B) { benchFile(b, 3, false) } function Benchmark_ZFlat4 (line 248) | func Benchmark_ZFlat4(b *testing.B) { benchFile(b, 4, false) } function Benchmark_ZFlat5 (line 249) | func Benchmark_ZFlat5(b *testing.B) { benchFile(b, 5, false) } function Benchmark_ZFlat6 (line 250) | func Benchmark_ZFlat6(b *testing.B) { benchFile(b, 6, false) } function Benchmark_ZFlat7 (line 251) | func Benchmark_ZFlat7(b *testing.B) { benchFile(b, 7, false) } function Benchmark_ZFlat8 (line 252) | func Benchmark_ZFlat8(b *testing.B) { benchFile(b, 8, false) } function Benchmark_ZFlat9 (line 253) | func Benchmark_ZFlat9(b *testing.B) { benchFile(b, 9, false) } function Benchmark_ZFlat10 (line 254) | func Benchmark_ZFlat10(b *testing.B) { benchFile(b, 10, false) } function Benchmark_ZFlat11 (line 255) | func Benchmark_ZFlat11(b *testing.B) { benchFile(b, 11, false) } function Benchmark_ZFlat12 (line 256) | func Benchmark_ZFlat12(b *testing.B) { benchFile(b, 12, false) } function Benchmark_ZFlat13 (line 257) | func Benchmark_ZFlat13(b *testing.B) { benchFile(b, 13, false) } function Benchmark_ZFlat14 (line 258) | func Benchmark_ZFlat14(b *testing.B) { benchFile(b, 14, false) } function Benchmark_ZFlat15 (line 259) | func Benchmark_ZFlat15(b *testing.B) { benchFile(b, 15, false) } function Benchmark_ZFlat16 (line 260) | func Benchmark_ZFlat16(b *testing.B) { benchFile(b, 16, false) } function Benchmark_ZFlat17 (line 261) | func Benchmark_ZFlat17(b *testing.B) { benchFile(b, 17, false) } FILE: vendor/github.com/bitly/go-nsq/api_request.go type deadlinedConn (line 13) | type deadlinedConn struct method Read (line 18) | func (c *deadlinedConn) Read(b []byte) (n int, err error) { method Write (line 23) | func (c *deadlinedConn) Write(b []byte) (n int, err error) { function newDeadlineTransport (line 28) | func newDeadlineTransport(timeout time.Duration) *http.Transport { type wrappedResp (line 41) | type wrappedResp struct function apiRequestNegotiateV1 (line 48) | func apiRequestNegotiateV1(method string, endpoint string, body io.Reade... FILE: vendor/github.com/bitly/go-nsq/command.go type Command (line 17) | type Command struct method String (line 24) | func (c *Command) String() string { method WriteTo (line 36) | func (c *Command) WriteTo(w io.Writer) (int64, error) { function Identify (line 91) | func Identify(js map[string]interface{}) (*Command, error) { function Auth (line 102) | func Auth(secret string) (*Command, error) { function Register (line 107) | func Register(topic string, channel string) *Command { function UnRegister (line 116) | func UnRegister(topic string, channel string) *Command { function Ping (line 126) | func Ping() *Command { function Publish (line 131) | func Publish(topic string, body []byte) *Command { function DeferredPublish (line 138) | func DeferredPublish(topic string, delay time.Duration, body []byte) *Co... function MultiPublish (line 145) | func MultiPublish(topic string, bodies [][]byte) (*Command, error) { function Subscribe (line 175) | func Subscribe(topic string, channel string) *Command { function Ready (line 182) | func Ready(count int) *Command { function Finish (line 189) | func Finish(id MessageID) *Command { function Requeue (line 197) | func Requeue(id MessageID, delay time.Duration) *Command { function Touch (line 204) | func Touch(id MessageID) *Command { function StartClose (line 213) | func StartClose() *Command { function Nop (line 219) | func Nop() *Command { FILE: vendor/github.com/bitly/go-nsq/command_test.go function BenchmarkCommand (line 8) | func BenchmarkCommand(b *testing.B) { FILE: vendor/github.com/bitly/go-nsq/config.go type configHandler (line 23) | type configHandler interface type defaultsHandler (line 29) | type defaultsHandler interface type BackoffStrategy (line 35) | type BackoffStrategy interface type ExponentialStrategy (line 40) | type ExponentialStrategy struct method Calculate (line 45) | func (s *ExponentialStrategy) Calculate(attempt int) time.Duration { method setConfig (line 51) | func (s *ExponentialStrategy) setConfig(cfg *Config) { type FullJitterStrategy (line 56) | type FullJitterStrategy struct method Calculate (line 64) | func (s *FullJitterStrategy) Calculate(attempt int) time.Duration { method setConfig (line 78) | func (s *FullJitterStrategy) setConfig(cfg *Config) { type Config (line 89) | type Config struct method Set (line 215) | func (c *Config) Set(option string, value interface{}) error { method assertInitialized (line 226) | func (c *Config) assertInitialized() { method Validate (line 233) | func (c *Config) Validate() error { method setDefaults (line 243) | func (c *Config) setDefaults() error { function NewConfig (line 185) | func NewConfig() *Config { type structTagsConfig (line 255) | type structTagsConfig struct method HandlesOption (line 258) | func (h *structTagsConfig) HandlesOption(c *Config, option string) bool { method Set (line 272) | func (h *structTagsConfig) Set(c *Config, option string, value interfa... method SetDefaults (line 321) | func (h *structTagsConfig) SetDefaults(c *Config) error { method Validate (line 348) | func (h *structTagsConfig) Validate(c *Config) error { type tlsConfig (line 387) | type tlsConfig struct method HandlesOption (line 392) | func (t *tlsConfig) HandlesOption(c *Config, option string) bool { method Set (line 400) | func (t *tlsConfig) Set(c *Config, option string, value interface{}) e... method Validate (line 472) | func (t *tlsConfig) Validate(c *Config) error { function unsafeValueOf (line 478) | func unsafeValueOf(val reflect.Value) reflect.Value { function valueCompare (line 483) | func valueCompare(v1 reflect.Value, v2 reflect.Value) int { function coerce (line 517) | func coerce(v interface{}, typ reflect.Type) (reflect.Value, error) { function valueTypeCoerce (line 546) | func valueTypeCoerce(v interface{}, typ reflect.Type) reflect.Value { function coerceString (line 565) | func coerceString(v interface{}) (string, error) { function coerceDuration (line 577) | func coerceDuration(v interface{}) (time.Duration, error) { function coerceAddr (line 593) | func coerceAddr(v interface{}) (net.Addr, error) { function coerceBackoffStrategy (line 603) | func coerceBackoffStrategy(v interface{}) (BackoffStrategy, error) { function coerceBool (line 618) | func coerceBool(v interface{}) (bool, error) { function coerceFloat64 (line 632) | func coerceFloat64(v interface{}) (float64, error) { function coerceInt64 (line 648) | func coerceInt64(v interface{}) (int64, error) { function coerceUint64 (line 660) | func coerceUint64(v interface{}) (uint64, error) { FILE: vendor/github.com/bitly/go-nsq/config_test.go function TestConfigSet (line 11) | func TestConfigSet(t *testing.T) { function TestConfigValidate (line 58) | func TestConfigValidate(t *testing.T) { function TestExponentialBackoff (line 69) | func TestExponentialBackoff(t *testing.T) { function TestFullJitterBackoff (line 81) | func TestFullJitterBackoff(t *testing.T) { function backoffTest (line 93) | func backoffTest(t *testing.T, expected []time.Duration, cb func(c *Conf... FILE: vendor/github.com/bitly/go-nsq/conn.go type IdentifyResponse (line 23) | type IdentifyResponse struct type AuthResponse (line 33) | type AuthResponse struct type msgResponse (line 39) | type msgResponse struct type Conn (line 50) | type Conn struct method SetLogger (line 121) | func (c *Conn) SetLogger(l logger, lvl LogLevel, format string) { method getLogger (line 133) | func (c *Conn) getLogger() (logger, LogLevel, string) { method Connect (line 142) | func (c *Conn) Connect() (*IdentifyResponse, error) { method Close (line 187) | func (c *Conn) Close() error { method IsClosing (line 198) | func (c *Conn) IsClosing() bool { method RDY (line 203) | func (c *Conn) RDY() int64 { method LastRDY (line 208) | func (c *Conn) LastRDY() int64 { method SetRDY (line 213) | func (c *Conn) SetRDY(rdy int64) { method MaxRDY (line 220) | func (c *Conn) MaxRDY() int64 { method LastMessageTime (line 226) | func (c *Conn) LastMessageTime() time.Time { method RemoteAddr (line 231) | func (c *Conn) RemoteAddr() net.Addr { method String (line 236) | func (c *Conn) String() string { method Read (line 241) | func (c *Conn) Read(p []byte) (int, error) { method Write (line 247) | func (c *Conn) Write(p []byte) (int, error) { method WriteCommand (line 254) | func (c *Conn) WriteCommand(cmd *Command) error { method Flush (line 277) | func (c *Conn) Flush() error { method identify (line 284) | func (c *Conn) identify() (*IdentifyResponse, error) { method upgradeTLS (line 378) | func (c *Conn) upgradeTLS(tlsConf *tls.Config) error { method upgradeDeflate (line 407) | func (c *Conn) upgradeDeflate(level int) error { method upgradeSnappy (line 425) | func (c *Conn) upgradeSnappy() error { method auth (line 442) | func (c *Conn) auth(secret string) error { method readLoop (line 474) | func (c *Conn) readLoop() { method writeLoop (line 545) | func (c *Conn) writeLoop() { method close (line 598) | func (c *Conn) close() { method cleanup (line 636) | func (c *Conn) cleanup() { method waitForCleanup (line 677) | func (c *Conn) waitForCleanup() { method onMessageFinish (line 686) | func (c *Conn) onMessageFinish(m *Message) { method onMessageRequeue (line 690) | func (c *Conn) onMessageRequeue(m *Message, delay time.Duration, backo... method onMessageTouch (line 702) | func (c *Conn) onMessageTouch(m *Message) { method log (line 709) | func (c *Conn) log(lvl LogLevel, line string, args ...interface{}) { function NewConn (line 89) | func NewConn(addr string, config *Config, delegate ConnDelegate) *Conn { type flusher (line 272) | type flusher interface FILE: vendor/github.com/bitly/go-nsq/consumer.go type Handler (line 28) | type Handler interface type HandlerFunc (line 38) | type HandlerFunc method HandleMessage (line 41) | func (h HandlerFunc) HandleMessage(m *Message) error { type DiscoveryFilter (line 47) | type DiscoveryFilter interface type FailedMessageLogger (line 54) | type FailedMessageLogger interface type ConsumerStats (line 60) | type ConsumerStats struct type backoffSignal (line 69) | type backoffSignal constant backoffFlag (line 72) | backoffFlag backoffSignal = iota constant continueFlag (line 73) | continueFlag constant resumeFlag (line 74) | resumeFlag type Consumer (line 86) | type Consumer struct method Stats (line 191) | func (r *Consumer) Stats() *ConsumerStats { method conns (line 200) | func (r *Consumer) conns() []*Conn { method SetLogger (line 217) | func (r *Consumer) SetLogger(l logger, lvl LogLevel) { method getLogger (line 225) | func (r *Consumer) getLogger() (logger, LogLevel) { method SetBehaviorDelegate (line 238) | func (r *Consumer) SetBehaviorDelegate(cb interface{}) { method perConnMaxInFlight (line 256) | func (r *Consumer) perConnMaxInFlight() int64 { method IsStarved (line 264) | func (r *Consumer) IsStarved() bool { method getMaxInFlight (line 275) | func (r *Consumer) getMaxInFlight() int32 { method ChangeMaxInFlight (line 285) | func (r *Consumer) ChangeMaxInFlight(maxInFlight int) { method ConnectToNSQLookupd (line 303) | func (r *Consumer) ConnectToNSQLookupd(addr string) error { method ConnectToNSQLookupds (line 344) | func (r *Consumer) ConnectToNSQLookupds(addresses []string) error { method lookupdLoop (line 369) | func (r *Consumer) lookupdLoop() { method nextLookupdEndpoint (line 405) | func (r *Consumer) nextLookupdEndpoint() string { method queryLookupd (line 453) | func (r *Consumer) queryLookupd() { method ConnectToNSQDs (line 489) | func (r *Consumer) ConnectToNSQDs(addresses []string) error { method ConnectToNSQD (line 504) | func (r *Consumer) ConnectToNSQD(addr string) error { method DisconnectFromNSQD (line 589) | func (r *Consumer) DisconnectFromNSQD(addr string) error { method DisconnectFromNSQLookupd (line 615) | func (r *Consumer) DisconnectFromNSQLookupd(addr string) error { method onConnMessage (line 633) | func (r *Consumer) onConnMessage(c *Conn, msg *Message) { method onConnMessageFinished (line 640) | func (r *Consumer) onConnMessageFinished(c *Conn, msg *Message) { method onConnMessageRequeued (line 644) | func (r *Consumer) onConnMessageRequeued(c *Conn, msg *Message) { method onConnBackoff (line 648) | func (r *Consumer) onConnBackoff(c *Conn) { method onConnContinue (line 652) | func (r *Consumer) onConnContinue(c *Conn) { method onConnResume (line 656) | func (r *Consumer) onConnResume(c *Conn) { method onConnResponse (line 660) | func (r *Consumer) onConnResponse(c *Conn, data []byte) { method onConnError (line 671) | func (r *Consumer) onConnError(c *Conn, data []byte) {} method onConnHeartbeat (line 673) | func (r *Consumer) onConnHeartbeat(c *Conn) {} method onConnIOError (line 675) | func (r *Consumer) onConnIOError(c *Conn, err error) { method onConnClose (line 679) | func (r *Consumer) onConnClose(c *Conn) { method startStopContinueBackoff (line 758) | func (r *Consumer) startStopContinueBackoff(conn *Conn, signal backoff... method backoff (line 814) | func (r *Consumer) backoff(d time.Duration) { method resume (line 819) | func (r *Consumer) resume() { method inBackoff (line 852) | func (r *Consumer) inBackoff() bool { method inBackoffTimeout (line 856) | func (r *Consumer) inBackoffTimeout() bool { method maybeUpdateRDY (line 860) | func (r *Consumer) maybeUpdateRDY(conn *Conn) { method rdyLoop (line 884) | func (r *Consumer) rdyLoop() { method updateRDY (line 902) | func (r *Consumer) updateRDY(c *Conn, count int64) error { method sendRDY (line 945) | func (r *Consumer) sendRDY(c *Conn, count int64) error { method redistributeRDY (line 961) | func (r *Consumer) redistributeRDY() { method Stop (line 1021) | func (r *Consumer) Stop() { method stopHandlers (line 1049) | func (r *Consumer) stopHandlers() { method AddHandler (line 1062) | func (r *Consumer) AddHandler(handler Handler) { method AddConcurrentHandlers (line 1073) | func (r *Consumer) AddConcurrentHandlers(handler Handler, concurrency ... method handlerLoop (line 1084) | func (r *Consumer) handlerLoop(handler Handler) { method shouldFailMessage (line 1119) | func (r *Consumer) shouldFailMessage(message *Message, handler interfa... method exit (line 1135) | func (r *Consumer) exit() { method log (line 1143) | func (r *Consumer) log(lvl LogLevel, line string, args ...interface{}) { function NewConsumer (line 146) | func NewConsumer(topic string, channel string, config *Config) (*Consume... function validatedLookupAddr (line 354) | func validatedLookupAddr(addr string) error { type lookupResp (line 434) | type lookupResp struct type peerInfo (line 440) | type peerInfo struct function indexOf (line 578) | func indexOf(n string, h []string) int { FILE: vendor/github.com/bitly/go-nsq/consumer_test.go type MyTestHandler (line 20) | type MyTestHandler struct method LogFailedMessage (line 30) | func (h *MyTestHandler) LogFailedMessage(message *Message) { method HandleMessage (line 35) | func (h *MyTestHandler) HandleMessage(message *Message) error { function SendMessage (line 58) | func SendMessage(t *testing.T, port int, topic string, method string, bo... function TestConsumer (line 70) | func TestConsumer(t *testing.T) { function TestConsumerTLS (line 74) | func TestConsumerTLS(t *testing.T) { function TestConsumerDeflate (line 83) | func TestConsumerDeflate(t *testing.T) { function TestConsumerSnappy (line 89) | func TestConsumerSnappy(t *testing.T) { function TestConsumerTLSDeflate (line 95) | func TestConsumerTLSDeflate(t *testing.T) { function TestConsumerTLSSnappy (line 105) | func TestConsumerTLSSnappy(t *testing.T) { function TestConsumerTLSClientCert (line 115) | func TestConsumerTLSClientCert(t *testing.T) { function TestConsumerTLSClientCertViaSet (line 131) | func TestConsumerTLSClientCertViaSet(t *testing.T) { function consumerTest (line 145) | func consumerTest(t *testing.T, cb func(c *Config)) { FILE: vendor/github.com/bitly/go-nsq/delegates.go type logger (line 5) | type logger interface type LogLevel (line 10) | type LogLevel method String (line 21) | func (lvl LogLevel) String() string { constant LogLevelDebug (line 14) | LogLevelDebug LogLevel = iota constant LogLevelInfo (line 15) | LogLevelInfo constant LogLevelWarning (line 16) | LogLevelWarning constant LogLevelError (line 17) | LogLevelError type MessageDelegate (line 35) | type MessageDelegate interface type connMessageDelegate (line 49) | type connMessageDelegate struct method OnFinish (line 53) | func (d *connMessageDelegate) OnFinish(m *Message) { d.c.onMessageFini... method OnRequeue (line 54) | func (d *connMessageDelegate) OnRequeue(m *Message, t time.Duration, b... method OnTouch (line 57) | func (d *connMessageDelegate) OnTouch(m *Message) { d.c.onMessageTouch... type ConnDelegate (line 61) | type ConnDelegate interface type consumerConnDelegate (line 106) | type consumerConnDelegate struct method OnResponse (line 110) | func (d *consumerConnDelegate) OnResponse(c *Conn, data []byte) ... method OnError (line 111) | func (d *consumerConnDelegate) OnError(c *Conn, data []byte) ... method OnMessage (line 112) | func (d *consumerConnDelegate) OnMessage(c *Conn, m *Message) ... method OnMessageFinished (line 113) | func (d *consumerConnDelegate) OnMessageFinished(c *Conn, m *Message) ... method OnMessageRequeued (line 114) | func (d *consumerConnDelegate) OnMessageRequeued(c *Conn, m *Message) ... method OnBackoff (line 115) | func (d *consumerConnDelegate) OnBackoff(c *Conn) ... method OnContinue (line 116) | func (d *consumerConnDelegate) OnContinue(c *Conn) ... method OnResume (line 117) | func (d *consumerConnDelegate) OnResume(c *Conn) ... method OnIOError (line 118) | func (d *consumerConnDelegate) OnIOError(c *Conn, err error) ... method OnHeartbeat (line 119) | func (d *consumerConnDelegate) OnHeartbeat(c *Conn) ... method OnClose (line 120) | func (d *consumerConnDelegate) OnClose(c *Conn) ... type producerConnDelegate (line 124) | type producerConnDelegate struct method OnResponse (line 128) | func (d *producerConnDelegate) OnResponse(c *Conn, data []byte) ... method OnError (line 129) | func (d *producerConnDelegate) OnError(c *Conn, data []byte) ... method OnMessage (line 130) | func (d *producerConnDelegate) OnMessage(c *Conn, m *Message) {} method OnMessageFinished (line 131) | func (d *producerConnDelegate) OnMessageFinished(c *Conn, m *Message) {} method OnMessageRequeued (line 132) | func (d *producerConnDelegate) OnMessageRequeued(c *Conn, m *Message) {} method OnBackoff (line 133) | func (d *producerConnDelegate) OnBackoff(c *Conn) {} method OnContinue (line 134) | func (d *producerConnDelegate) OnContinue(c *Conn) {} method OnResume (line 135) | func (d *producerConnDelegate) OnResume(c *Conn) {} method OnIOError (line 136) | func (d *producerConnDelegate) OnIOError(c *Conn, err error) ... method OnHeartbeat (line 137) | func (d *producerConnDelegate) OnHeartbeat(c *Conn) ... method OnClose (line 138) | func (d *producerConnDelegate) OnClose(c *Conn) ... FILE: vendor/github.com/bitly/go-nsq/errors.go type ErrIdentify (line 26) | type ErrIdentify struct method Error (line 31) | func (e ErrIdentify) Error() string { type ErrProtocol (line 37) | type ErrProtocol struct method Error (line 42) | func (e ErrProtocol) Error() string { FILE: vendor/github.com/bitly/go-nsq/message.go constant MsgIDLength (line 13) | MsgIDLength = 16 type MessageID (line 16) | type MessageID type Message (line 20) | type Message struct method DisableAutoResponse (line 50) | func (m *Message) DisableAutoResponse() { method IsAutoResponseDisabled (line 56) | func (m *Message) IsAutoResponseDisabled() bool { method HasResponded (line 61) | func (m *Message) HasResponded() bool { method Finish (line 67) | func (m *Message) Finish() { method Touch (line 76) | func (m *Message) Touch() { method Requeue (line 89) | func (m *Message) Requeue(delay time.Duration) { method RequeueWithoutBackoff (line 98) | func (m *Message) RequeueWithoutBackoff(delay time.Duration) { method doRequeue (line 102) | func (m *Message) doRequeue(delay time.Duration, backoff bool) { method WriteTo (line 114) | func (m *Message) WriteTo(w io.Writer) (int64, error) { function NewMessage (line 36) | func NewMessage(id MessageID, body []byte) *Message { function DecodeMessage (line 143) | func DecodeMessage(b []byte) (*Message, error) { FILE: vendor/github.com/bitly/go-nsq/mock_test.go type tbLog (line 17) | type tbLog interface type testLogger (line 21) | type testLogger struct method Output (line 25) | func (tl *testLogger) Output(maxdepth int, s string) error { function newTestLogger (line 30) | func newTestLogger(tbl tbLog) logger { type instruction (line 34) | type instruction struct type mockNSQD (line 40) | type mockNSQD struct method listen (line 66) | func (n *mockNSQD) listen() { method handle (line 81) | func (n *mockNSQD) handle(conn net.Conn) { function newMockNSQD (line 48) | func newMockNSQD(script []instruction, addr string) *mockNSQD { function framedResponse (line 168) | func framedResponse(frameType int32, data []byte) []byte { type testHandler (line 190) | type testHandler struct method HandleMessage (line 192) | func (h *testHandler) HandleMessage(message *Message) error { function frameMessage (line 209) | func frameMessage(m *Message) []byte { function TestConsumerBackoff (line 215) | func TestConsumerBackoff(t *testing.T) { function TestConsumerRequeueNoBackoff (line 289) | func TestConsumerRequeueNoBackoff(t *testing.T) { function TestConsumerBackoffDisconnect (line 360) | func TestConsumerBackoffDisconnect(t *testing.T) { FILE: vendor/github.com/bitly/go-nsq/producer.go type producerConn (line 12) | type producerConn interface type Producer (line 25) | type Producer struct method Ping (line 100) | func (w *Producer) Ping() error { method SetLogger (line 118) | func (w *Producer) SetLogger(l logger, lvl LogLevel) { method getLogger (line 126) | func (w *Producer) getLogger() (logger, LogLevel) { method String (line 134) | func (w *Producer) String() string { method Stop (line 141) | func (w *Producer) Stop() { method PublishAsync (line 161) | func (w *Producer) PublishAsync(topic string, body []byte, doneChan ch... method MultiPublishAsync (line 173) | func (w *Producer) MultiPublishAsync(topic string, body [][]byte, done... method Publish (line 184) | func (w *Producer) Publish(topic string, body []byte) error { method MultiPublish (line 190) | func (w *Producer) MultiPublish(topic string, body [][]byte) error { method sendCommand (line 198) | func (w *Producer) sendCommand(cmd *Command) error { method sendCommandAsync (line 209) | func (w *Producer) sendCommandAsync(cmd *Command, doneChan chan *Produ... method connect (line 238) | func (w *Producer) connect() error { method close (line 275) | func (w *Producer) close() { method router (line 288) | func (w *Producer) router() { method popTransaction (line 315) | func (w *Producer) popTransaction(frameType int32, data []byte) { method transactionCleanup (line 324) | func (w *Producer) transactionCleanup() { method log (line 351) | func (w *Producer) log(lvl LogLevel, line string, args ...interface{}) { method onConnResponse (line 365) | func (w *Producer) onConnResponse(c *Conn, data []byte) { w.responseCh... method onConnError (line 366) | func (w *Producer) onConnError(c *Conn, data []byte) { w.errorChan ... method onConnHeartbeat (line 367) | func (w *Producer) onConnHeartbeat(c *Conn) {} method onConnIOError (line 368) | func (w *Producer) onConnIOError(c *Conn, err error) { w.close() } method onConnClose (line 369) | func (w *Producer) onConnClose(c *Conn) { type ProducerTransaction (line 53) | type ProducerTransaction struct method finish (line 60) | func (t *ProducerTransaction) finish() { function NewProducer (line 70) | func NewProducer(addr string, config *Config) (*Producer, error) { FILE: vendor/github.com/bitly/go-nsq/producer_test.go type ConsumerHandler (line 19) | type ConsumerHandler struct method LogFailedMessage (line 26) | func (h *ConsumerHandler) LogFailedMessage(message *Message) { method HandleMessage (line 31) | func (h *ConsumerHandler) HandleMessage(message *Message) error { function TestProducerConnection (line 43) | func TestProducerConnection(t *testing.T) { function TestProducerPing (line 70) | func TestProducerPing(t *testing.T) { function TestProducerPublish (line 92) | func TestProducerPublish(t *testing.T) { function TestProducerMultiPublish (line 116) | func TestProducerMultiPublish(t *testing.T) { function TestProducerPublishAsync (line 143) | func TestProducerPublishAsync(t *testing.T) { function TestProducerMultiPublishAsync (line 178) | func TestProducerMultiPublishAsync(t *testing.T) { function TestProducerHeartbeat (line 217) | func TestProducerHeartbeat(t *testing.T) { function readMessages (line 264) | func readMessages(topicName string, t *testing.T, msgCount int) { type mockProducerConn (line 292) | type mockProducerConn struct method String (line 308) | func (m *mockProducerConn) String() string { method SetLogger (line 312) | func (m *mockProducerConn) SetLogger(logger logger, level LogLevel, pr... method Connect (line 314) | func (m *mockProducerConn) Connect() (*IdentifyResponse, error) { method Close (line 318) | func (m *mockProducerConn) Close() error { method WriteCommand (line 323) | func (m *mockProducerConn) WriteCommand(cmd *Command) error { method router (line 330) | func (m *mockProducerConn) router() { function newMockProducerConn (line 298) | func newMockProducerConn(delegate ConnDelegate) producerConn { function BenchmarkProducer (line 342) | func BenchmarkProducer(b *testing.B) { FILE: vendor/github.com/bitly/go-nsq/protocol.go constant FrameTypeResponse (line 18) | FrameTypeResponse int32 = 0 constant FrameTypeError (line 19) | FrameTypeError int32 = 1 constant FrameTypeMessage (line 20) | FrameTypeMessage int32 = 2 function IsValidTopicName (line 26) | func IsValidTopicName(name string) bool { function IsValidChannelName (line 31) | func IsValidChannelName(name string) bool { function isValidName (line 35) | func isValidName(name string) bool { function ReadResponse (line 50) | func ReadResponse(r io.Reader) ([]byte, error) { function UnpackResponse (line 79) | func UnpackResponse(response []byte) (int32, []byte, error) { function ReadUnpackedResponse (line 90) | func ReadUnpackedResponse(r io.Reader) (int32, []byte, error) { FILE: vendor/github.com/bitly/go-nsq/states.go constant StateInit (line 5) | StateInit = iota constant StateDisconnected (line 6) | StateDisconnected constant StateConnected (line 7) | StateConnected constant StateSubscribed (line 8) | StateSubscribed constant StateClosing (line 11) | StateClosing FILE: vendor/github.com/bitly/go-nsq/version.go constant VERSION (line 8) | VERSION = "1.0.5-alpha" FILE: vendor/github.com/cihub/seelog/behavior_adaptive_test.go function countSequencedRowsInFile (line 37) | func countSequencedRowsInFile(filePath string) (int64, error) { function Test_Adaptive (line 72) | func Test_Adaptive(t *testing.T) { FILE: vendor/github.com/cihub/seelog/behavior_adaptivelogger.go type asyncAdaptiveLogger (line 45) | type asyncAdaptiveLogger struct method processItem (line 89) | func (asnAdaptiveLogger *asyncAdaptiveLogger) processItem() (closed bo... method calcAdaptiveInterval (line 109) | func (asnAdaptiveLogger *asyncAdaptiveLogger) calcAdaptiveInterval(msg... method processQueue (line 117) | func (asnAdaptiveLogger *asyncAdaptiveLogger) processQueue() { function newAsyncAdaptiveLogger (line 53) | func newAsyncAdaptiveLogger( FILE: vendor/github.com/cihub/seelog/behavior_asynclogger.go constant MaxQueueSize (line 35) | MaxQueueSize = 10000 type msgQueueItem (line 38) | type msgQueueItem struct type asyncLogger (line 45) | type asyncLogger struct method innerLog (line 63) | func (asnLogger *asyncLogger) innerLog( method Close (line 71) | func (asnLogger *asyncLogger) Close() { method Flush (line 87) | func (asnLogger *asyncLogger) Flush() { method flushQueue (line 97) | func (asnLogger *asyncLogger) flushQueue(lockNeeded bool) { method processQueueElement (line 108) | func (asnLogger *asyncLogger) processQueueElement() { method addMsgToQueue (line 117) | func (asnLogger *asyncLogger) addMsgToQueue( function newAsyncLogger (line 52) | func newAsyncLogger(config *logConfig) *asyncLogger { FILE: vendor/github.com/cihub/seelog/behavior_asyncloop_test.go function Test_Asyncloop (line 32) | func Test_Asyncloop(t *testing.T) { function Test_AsyncloopOff (line 85) | func Test_AsyncloopOff(t *testing.T) { FILE: vendor/github.com/cihub/seelog/behavior_asynclooplogger.go type asyncLoopLogger (line 29) | type asyncLoopLogger struct method processItem (line 45) | func (asnLoopLogger *asyncLoopLogger) processItem() (closed bool) { method processQueue (line 61) | func (asnLoopLogger *asyncLoopLogger) processQueue() { function newAsyncLoopLogger (line 34) | func newAsyncLoopLogger(config *logConfig) *asyncLoopLogger { FILE: vendor/github.com/cihub/seelog/behavior_asynctimer_test.go function Test_Asynctimer (line 32) | func Test_Asynctimer(t *testing.T) { FILE: vendor/github.com/cihub/seelog/behavior_asynctimerlogger.go type asyncTimerLogger (line 34) | type asyncTimerLogger struct method processItem (line 56) | func (asnTimerLogger *asyncTimerLogger) processItem() (closed bool) { method processQueue (line 72) | func (asnTimerLogger *asyncTimerLogger) processQueue() { function newAsyncTimerLogger (line 40) | func newAsyncTimerLogger(config *logConfig, interval time.Duration) (*as... FILE: vendor/github.com/cihub/seelog/behavior_synclogger.go type syncLogger (line 33) | type syncLogger struct method innerLog (line 46) | func (syncLogger *syncLogger) innerLog( method Close (line 54) | func (syncLogger *syncLogger) Close() { method Flush (line 65) | func (syncLogger *syncLogger) Flush() { function newSyncLogger (line 38) | func newSyncLogger(config *logConfig) *syncLogger { FILE: vendor/github.com/cihub/seelog/behavior_synclogger_test.go function Test_Sync (line 32) | func Test_Sync(t *testing.T) { FILE: vendor/github.com/cihub/seelog/cfg_config.go function LoggerFromConfigAsFile (line 35) | func LoggerFromConfigAsFile(fileName string) (LoggerInterface, error) { function LoggerFromConfigAsBytes (line 51) | func LoggerFromConfigAsBytes(data []byte) (LoggerInterface, error) { function LoggerFromConfigAsString (line 61) | func LoggerFromConfigAsString(data string) (LoggerInterface, error) { function LoggerFromParamConfigAsFile (line 67) | func LoggerFromParamConfigAsFile(fileName string, parserParams *CfgParse... function LoggerFromParamConfigAsBytes (line 84) | func LoggerFromParamConfigAsBytes(data []byte, parserParams *CfgParsePar... function LoggerFromParamConfigAsString (line 95) | func LoggerFromParamConfigAsString(data string, parserParams *CfgParsePa... function LoggerFromWriterWithMinLevel (line 100) | func LoggerFromWriterWithMinLevel(output io.Writer, minLevel LogLevel) (... function LoggerFromWriterWithMinLevelAndFormat (line 111) | func LoggerFromWriterWithMinLevelAndFormat(output io.Writer, minLevel Lo... function LoggerFromXMLDecoder (line 135) | func LoggerFromXMLDecoder(xmlParser *xml.Decoder, rootNode xml.Token) (L... function LoggerFromCustomReceiver (line 167) | func LoggerFromCustomReceiver(receiver CustomReceiver) (LoggerInterface,... FILE: vendor/github.com/cihub/seelog/cfg_errors.go type unexpectedChildElementError (line 36) | type unexpectedChildElementError struct function newUnexpectedChildElementError (line 40) | func newUnexpectedChildElementError(msg string) *unexpectedChildElementE... type missingArgumentError (line 45) | type missingArgumentError struct function newMissingArgumentError (line 49) | func newMissingArgumentError(nodeName, attrName string) *missingArgument... type unexpectedAttributeError (line 54) | type unexpectedAttributeError struct function newUnexpectedAttributeError (line 58) | func newUnexpectedAttributeError(nodeName, attr string) *unexpectedAttri... FILE: vendor/github.com/cihub/seelog/cfg_logconfig.go type loggerTypeFromString (line 31) | type loggerTypeFromString constant syncloggerTypeFromString (line 34) | syncloggerTypeFromString = iota constant asyncLooploggerTypeFromString (line 35) | asyncLooploggerTypeFromString constant asyncTimerloggerTypeFromString (line 36) | asyncTimerloggerTypeFromString constant adaptiveLoggerTypeFromString (line 37) | adaptiveLoggerTypeFromString constant defaultloggerTypeFromString (line 38) | defaultloggerTypeFromString = asyncLooploggerTypeFromString constant syncloggerTypeFromStringStr (line 42) | syncloggerTypeFromStringStr = "sync" constant asyncloggerTypeFromStringStr (line 43) | asyncloggerTypeFromStringStr = "asyncloop" constant asyncTimerloggerTypeFromStringStr (line 44) | asyncTimerloggerTypeFromStringStr = "asynctimer" constant adaptiveLoggerTypeFromStringStr (line 45) | adaptiveLoggerTypeFromStringStr = "adaptive" type asyncTimerLoggerData (line 49) | type asyncTimerLoggerData struct type adaptiveLoggerData (line 54) | type adaptiveLoggerData struct function getLoggerTypeFromString (line 68) | func getLoggerTypeFromString(logTypeString string) (level loggerTypeFrom... type logConfig (line 80) | type logConfig struct method IsAllowed (line 117) | func (config *logConfig) IsAllowed(level LogLevel, context LogContextI... function newConfig (line 89) | func newConfig( FILE: vendor/github.com/cihub/seelog/cfg_logconfig_test.go function TestConfig (line 32) | func TestConfig(t *testing.T) { function getFirstContext (line 93) | func getFirstContext() (LogContextInterface, error) { function getSecondContext (line 97) | func getSecondContext() (LogContextInterface, error) { FILE: vendor/github.com/cihub/seelog/cfg_parser.go constant seelogConfigID (line 40) | seelogConfigID = "seelog" constant outputsID (line 41) | outputsID = "outputs" constant formatsID (line 42) | formatsID = "formats" constant minLevelID (line 43) | minLevelID = "minlevel" constant maxLevelID (line 44) | maxLevelID = "maxlevel" constant levelsID (line 45) | levelsID = "levels" constant exceptionsID (line 46) | exceptionsID = "exceptions" constant exceptionID (line 47) | exceptionID = "exception" constant funcPatternID (line 48) | funcPatternID = "funcpattern" constant filePatternID (line 49) | filePatternID = "filepattern" constant formatID (line 50) | formatID = "format" constant formatAttrID (line 51) | formatAttrID = "format" constant formatKeyAttrID (line 52) | formatKeyAttrID = "id" constant outputFormatID (line 53) | outputFormatID = "formatid" constant pathID (line 54) | pathID = "path" constant fileWriterID (line 55) | fileWriterID = "file" constant smtpWriterID (line 56) | smtpWriterID = "smtp" constant senderaddressID (line 57) | senderaddressID = "senderaddress" constant senderNameID (line 58) | senderNameID = "sendername" constant recipientID (line 59) | recipientID = "recipient" constant mailHeaderID (line 60) | mailHeaderID = "header" constant mailHeaderNameID (line 61) | mailHeaderNameID = "name" constant mailHeaderValueID (line 62) | mailHeaderValueID = "value" constant addressID (line 63) | addressID = "address" constant hostNameID (line 64) | hostNameID = "hostname" constant hostPortID (line 65) | hostPortID = "hostport" constant userNameID (line 66) | userNameID = "username" constant userPassID (line 67) | userPassID = "password" constant cACertDirpathID (line 68) | cACertDirpathID = "cacertdirpath" constant subjectID (line 69) | subjectID = "subject" constant splitterDispatcherID (line 70) | splitterDispatcherID = "splitter" constant consoleWriterID (line 71) | consoleWriterID = "console" constant customReceiverID (line 72) | customReceiverID = "custom" constant customNameAttrID (line 73) | customNameAttrID = "name" constant customNameDataAttrPrefix (line 74) | customNameDataAttrPrefix = "data-" constant filterDispatcherID (line 75) | filterDispatcherID = "filter" constant filterLevelsAttrID (line 76) | filterLevelsAttrID = "levels" constant rollingfileWriterID (line 77) | rollingfileWriterID = "rollingfile" constant rollingFileTypeAttr (line 78) | rollingFileTypeAttr = "type" constant rollingFilePathAttr (line 79) | rollingFilePathAttr = "filename" constant rollingFileMaxSizeAttr (line 80) | rollingFileMaxSizeAttr = "maxsize" constant rollingFileMaxRollsAttr (line 81) | rollingFileMaxRollsAttr = "maxrolls" constant rollingFileNameModeAttr (line 82) | rollingFileNameModeAttr = "namemode" constant rollingFileDataPatternAttr (line 83) | rollingFileDataPatternAttr = "datepattern" constant rollingFileArchiveAttr (line 84) | rollingFileArchiveAttr = "archivetype" constant rollingFileArchivePathAttr (line 85) | rollingFileArchivePathAttr = "archivepath" constant bufferedWriterID (line 86) | bufferedWriterID = "buffered" constant bufferedSizeAttr (line 87) | bufferedSizeAttr = "size" constant bufferedFlushPeriodAttr (line 88) | bufferedFlushPeriodAttr = "flushperiod" constant loggerTypeFromStringAttr (line 89) | loggerTypeFromStringAttr = "type" constant asyncLoggerIntervalAttr (line 90) | asyncLoggerIntervalAttr = "asyncinterval" constant adaptLoggerMinIntervalAttr (line 91) | adaptLoggerMinIntervalAttr = "mininterval" constant adaptLoggerMaxIntervalAttr (line 92) | adaptLoggerMaxIntervalAttr = "maxinterval" constant adaptLoggerCriticalMsgCountAttr (line 93) | adaptLoggerCriticalMsgCountAttr = "critmsgcount" constant predefinedPrefix (line 94) | predefinedPrefix = "std:" constant connWriterID (line 95) | connWriterID = "conn" constant connWriterAddrAttr (line 96) | connWriterAddrAttr = "addr" constant connWriterNetAttr (line 97) | connWriterNetAttr = "net" constant connWriterReconnectOnMsgAttr (line 98) | connWriterReconnectOnMsgAttr = "reconnectonmsg" constant connWriterUseTLSAttr (line 99) | connWriterUseTLSAttr = "tls" constant connWriterInsecureSkipVerifyAttr (line 100) | connWriterInsecureSkipVerifyAttr = "insecureskipverify" type CustomReceiverProducer (line 105) | type CustomReceiverProducer type CfgParseParams (line 109) | type CfgParseParams struct method String (line 133) | func (cfg *CfgParseParams) String() string { type elementMapEntry (line 137) | type elementMapEntry struct function init (line 144) | func init() { function fillPredefinedFormats (line 163) | func fillPredefinedFormats() error { function configFromXMLDecoder (line 197) | func configFromXMLDecoder(xmlParser *xml.Decoder, rootNode xml.Token) (*... function configFromXMLDecoderWithConfig (line 204) | func configFromXMLDecoderWithConfig(xmlParser *xml.Decoder, rootNode xml... function configFromReader (line 224) | func configFromReader(reader io.Reader) (*logConfig, error) { function configFromReaderWithConfig (line 231) | func configFromReaderWithConfig(reader io.Reader, cfg *CfgParseParams) (... function configFromXMLNodeWithConfig (line 244) | func configFromXMLNodeWithConfig(config *xmlNode, cfg *CfgParseParams) (... function getConstraints (line 303) | func getConstraints(node *xmlNode) (logLevelConstraints, error) { function parseLevels (line 350) | func parseLevels(str string) ([]LogLevel, error) { function getExceptions (line 365) | func getExceptions(config *xmlNode) ([]*logLevelException, error) { function checkDistinctExceptions (line 425) | func checkDistinctExceptions(exceptions []*logLevelException) error { function getFormats (line 444) | func getFormats(config *xmlNode) (map[string]*formatter, error) { function getloggerTypeFromStringData (line 499) | func getloggerTypeFromStringData(config *xmlNode) (logType loggerTypeFro... function getOutputsTree (line 562) | func getOutputsTree(config *xmlNode, formats map[string]*formatter, cfg ... function getCurrentFormat (line 600) | func getCurrentFormat(node *xmlNode, formatFromParent *formatter, format... function createInnerReceivers (line 621) | func createInnerReceivers(node *xmlNode, format *formatter, formats map[... function createSplitter (line 640) | func createSplitter(node *xmlNode, formatFromParent *formatter, formats ... function createCustomReceiver (line 663) | func createCustomReceiver(node *xmlNode, formatFromParent *formatter, fo... function createFilter (line 717) | func createFilter(node *xmlNode, formatFromParent *formatter, formats ma... function createfileWriter (line 750) | func createfileWriter(node *xmlNode, formatFromParent *formatter, format... function createSMTPWriter (line 779) | func createSMTPWriter(node *xmlNode, formatFromParent *formatter, format... function createConsoleWriter (line 889) | func createConsoleWriter(node *xmlNode, formatFromParent *formatter, for... function createconnWriter (line 912) | func createconnWriter(node *xmlNode, formatFromParent *formatter, format... function createRollingFileWriter (line 982) | func createRollingFileWriter(node *xmlNode, formatFromParent *formatter,... function createbufferedWriter (line 1112) | func createbufferedWriter(node *xmlNode, formatFromParent *formatter, fo... function checkUnexpectedAttribute (line 1171) | func checkUnexpectedAttribute(node *xmlNode, expectedAttrs ...string) er... type expectedElementInfo (line 1188) | type expectedElementInfo struct function optionalElement (line 1194) | func optionalElement(name string) expectedElementInfo { function mandatoryElement (line 1197) | func mandatoryElement(name string) expectedElementInfo { function multipleElements (line 1200) | func multipleElements(name string) expectedElementInfo { function multipleMandatoryElements (line 1203) | func multipleMandatoryElements(name string) expectedElementInfo { function checkExpectedElements (line 1207) | func checkExpectedElements(node *xmlNode, elements ...expectedElementInf... FILE: vendor/github.com/cihub/seelog/cfg_parser_test.go type customTestReceiverOutput (line 35) | type customTestReceiverOutput struct type customTestReceiver (line 43) | type customTestReceiver struct method ReceiveMessage (line 45) | func (cr *customTestReceiver) ReceiveMessage(message string, level Log... method String (line 51) | func (cr *customTestReceiver) String() string { method AfterParse (line 55) | func (cr *customTestReceiver) AfterParse(initArgs CustomReceiverInitAr... method Flush (line 62) | func (cr *customTestReceiver) Flush() { method Close (line 66) | func (cr *customTestReceiver) Close() error { function getTestFileName (line 73) | func getTestFileName(testName, postfix string) string { type parserTest (line 82) | type parserTest struct function getParserTests (line 90) | func getParserTests() []parserTest { function configsAreEqual (line 1024) | func configsAreEqual(conf1 *logConfig, conf2 interface{}) bool { function testLogFileFilter (line 1040) | func testLogFileFilter(fn string) bool { function cleanupAfterCfgTest (line 1044) | func cleanupAfterCfgTest(t *testing.T) { function parseTest (line 1058) | func parseTest(test parserTest, t *testing.T) { function TestParser (line 1083) | func TestParser(t *testing.T) { FILE: vendor/github.com/cihub/seelog/common_constraints.go type logLevelConstraints (line 34) | type logLevelConstraints interface type minMaxConstraints (line 39) | type minMaxConstraints struct method IsAllowed (line 60) | func (minMaxConstr *minMaxConstraints) IsAllowed(level LogLevel) bool { method String (line 64) | func (minMaxConstr *minMaxConstraints) String() string { function newMinMaxConstraints (line 45) | func newMinMaxConstraints(min LogLevel, max LogLevel) (*minMaxConstraint... type listConstraints (line 71) | type listConstraints struct method String (line 93) | func (listConstr *listConstraints) String() string { method IsAllowed (line 132) | func (listConstr *listConstraints) IsAllowed(level LogLevel) bool { method AllowedLevels (line 143) | func (listConstr *listConstraints) AllowedLevels() map[LogLevel]bool { function newListConstraints (line 76) | func newListConstraints(allowList []LogLevel) (*listConstraints, error) { function createMapFromList (line 112) | func createMapFromList(allowedList []LogLevel) (map[LogLevel]bool, error) { function validateOffLevel (line 122) | func validateOffLevel(allowedLevels map[LogLevel]bool) error { type offConstraints (line 149) | type offConstraints struct method IsAllowed (line 156) | func (offConstr *offConstraints) IsAllowed(level LogLevel) bool { method String (line 160) | func (offConstr *offConstraints) String() string { function newOffConstraints (line 152) | func newOffConstraints() (*offConstraints, error) { FILE: vendor/github.com/cihub/seelog/common_constraints_test.go function TestInvalidminMaxConstraints (line 31) | func TestInvalidminMaxConstraints(t *testing.T) { function TestInvalidLogLevels (line 41) | func TestInvalidLogLevels(t *testing.T) { function TestlistConstraintsWithDuplicates (line 63) | func TestlistConstraintsWithDuplicates(t *testing.T) { function TestlistConstraintsWithOffInList (line 88) | func TestlistConstraintsWithOffInList(t *testing.T) { type logLevelTestCase (line 100) | type logLevelTestCase struct function TestValidminMaxConstraints (line 116) | func TestValidminMaxConstraints(t *testing.T) { function TestValidlistConstraints (line 147) | func TestValidlistConstraints(t *testing.T) { function TestValidListoffConstraints (line 178) | func TestValidListoffConstraints(t *testing.T) { FILE: vendor/github.com/cihub/seelog/common_context.go function init (line 38) | func init() { function setWorkDir (line 42) | func setWorkDir() { type LogContextInterface (line 53) | type LogContextInterface interface function currentContext (line 73) | func currentContext() (LogContextInterface, error) { function extractCallerInfo (line 77) | func extractCallerInfo(skip int) (fullPath string, shortPath string, fun... function specificContext (line 112) | func specificContext(skip int) (LogContextInterface, error) { type logContext (line 129) | type logContext struct method IsValid (line 138) | func (context *logContext) IsValid() bool { method Func (line 142) | func (context *logContext) Func() string { method Line (line 146) | func (context *logContext) Line() int { method ShortPath (line 150) | func (context *logContext) ShortPath() string { method FullPath (line 154) | func (context *logContext) FullPath() string { method FileName (line 158) | func (context *logContext) FileName() string { method CallTime (line 162) | func (context *logContext) CallTime() time.Time { constant errorContextFunc (line 167) | errorContextFunc = "Func() error:" constant errorContextShortPath (line 168) | errorContextShortPath = "ShortPath() error:" constant errorContextFullPath (line 169) | errorContextFullPath = "FullPath() error:" constant errorContextFileName (line 170) | errorContextFileName = "FileName() error:" type errorContext (line 174) | type errorContext struct method IsValid (line 179) | func (errContext *errorContext) IsValid() bool { method Line (line 183) | func (errContext *errorContext) Line() int { method Func (line 187) | func (errContext *errorContext) Func() string { method ShortPath (line 191) | func (errContext *errorContext) ShortPath() string { method FullPath (line 195) | func (errContext *errorContext) FullPath() string { method FileName (line 199) | func (errContext *errorContext) FileName() string { method CallTime (line 203) | func (errContext *errorContext) CallTime() time.Time { FILE: vendor/github.com/cihub/seelog/common_context_test.go constant shortPath (line 35) | shortPath = "common_context_test.go" function init (line 38) | func init() { function fullPath (line 48) | func fullPath(t *testing.T) string { function TestContext (line 62) | func TestContext(t *testing.T) { function innerContext (line 94) | func innerContext() (context LogContextInterface, err error) { function TestInnerContext (line 98) | func TestInnerContext(t *testing.T) { FILE: vendor/github.com/cihub/seelog/common_exception.go type logLevelException (line 42) | type logLevelException struct method MatchesContext (line 78) | func (logLevelEx *logLevelException) MatchesContext(context LogContext... method IsAllowed (line 83) | func (logLevelEx *logLevelException) IsAllowed(level LogLevel) bool { method FuncPattern (line 88) | func (logLevelEx *logLevelException) FuncPattern() string { method FilePattern (line 93) | func (logLevelEx *logLevelException) FilePattern() string { method initFuncPatternParts (line 98) | func (logLevelEx *logLevelException) initFuncPatternParts(funcPattern ... method initFilePatternParts (line 109) | func (logLevelEx *logLevelException) initFilePatternParts(filePattern ... method match (line 119) | func (logLevelEx *logLevelException) match(funcPath string, filePath s... method String (line 126) | func (logLevelEx *logLevelException) String() string { function newLogLevelException (line 53) | func newLogLevelException(funcPattern string, filePattern string, constr... function splitPattern (line 139) | func splitPattern(pattern string) []string { function stringMatchesPattern (line 162) | func stringMatchesPattern(patternparts []string, testString string) bool { FILE: vendor/github.com/cihub/seelog/common_exception_test.go type exceptionTestCase (line 31) | type exceptionTestCase struct function TestMatchingCorrectness (line 55) | func TestMatchingCorrectness(t *testing.T) { function TestAsterisksReducing (line 77) | func TestAsterisksReducing(t *testing.T) { FILE: vendor/github.com/cihub/seelog/common_flusher.go type flusherInterface (line 29) | type flusherInterface interface FILE: vendor/github.com/cihub/seelog/common_loglevel.go type LogLevel (line 28) | type LogLevel method String (line 74) | func (level LogLevel) String() string { constant TraceLvl (line 32) | TraceLvl = iota constant DebugLvl (line 33) | DebugLvl constant InfoLvl (line 34) | InfoLvl constant WarnLvl (line 35) | WarnLvl constant ErrorLvl (line 36) | ErrorLvl constant CriticalLvl (line 37) | CriticalLvl constant Off (line 38) | Off constant TraceStr (line 43) | TraceStr = "trace" constant DebugStr (line 44) | DebugStr = "debug" constant InfoStr (line 45) | InfoStr = "info" constant WarnStr (line 46) | WarnStr = "warn" constant ErrorStr (line 47) | ErrorStr = "error" constant CriticalStr (line 48) | CriticalStr = "critical" constant OffStr (line 49) | OffStr = "off" function LogLevelFromString (line 63) | func LogLevelFromString(levelStr string) (level LogLevel, found bool) { FILE: vendor/github.com/cihub/seelog/dispatch_custom.go function RegisterReceiver (line 59) | func RegisterReceiver(name string, receiver CustomReceiver) { function customReceiverByName (line 67) | func customReceiverByName(name string) (creceiver CustomReceiver, err er... type CustomReceiverInitArgs (line 81) | type CustomReceiverInitArgs struct type CustomReceiver (line 101) | type CustomReceiver interface type customReceiverDispatcher (line 147) | type customReceiverDispatcher struct method Dispatch (line 192) | func (disp *customReceiverDispatcher) Dispatch( method Flush (line 211) | func (disp *customReceiverDispatcher) Flush() { method Close (line 216) | func (disp *customReceiverDispatcher) Close() error { method String (line 227) | func (disp *customReceiverDispatcher) String() string { function newCustomReceiverDispatcher (line 156) | func newCustomReceiverDispatcher(formatter *formatter, customReceiverNam... function newCustomReceiverDispatcherByValue (line 179) | func newCustomReceiverDispatcherByValue(formatter *formatter, customRece... FILE: vendor/github.com/cihub/seelog/dispatch_customdispatcher_test.go type testCustomDispatcherMessageReceiver (line 31) | type testCustomDispatcherMessageReceiver struct function TestCustomDispatcher_Message (line 35) | func TestCustomDispatcher_Message(t *testing.T) { type testCustomDispatcherFlushReceiver (line 85) | type testCustomDispatcherFlushReceiver struct function TestCustomDispatcher_Flush (line 89) | func TestCustomDispatcher_Flush(t *testing.T) { type testCustomDispatcherCloseReceiver (line 132) | type testCustomDispatcherCloseReceiver struct function TestCustomDispatcher_Close (line 136) | func TestCustomDispatcher_Close(t *testing.T) { FILE: vendor/github.com/cihub/seelog/dispatch_dispatcher.go type dispatcherInterface (line 37) | type dispatcherInterface interface type dispatcher (line 43) | type dispatcher struct method Dispatch (line 89) | func (disp *dispatcher) Dispatch( method Flush (line 109) | func (disp *dispatcher) Flush() { method Close (line 126) | func (disp *dispatcher) Close() error { method Writers (line 153) | func (disp *dispatcher) Writers() []*formattedWriter { method Dispatchers (line 157) | func (disp *dispatcher) Dispatchers() []dispatcherInterface { method String (line 161) | func (disp *dispatcher) String() string { function createDispatcher (line 51) | func createDispatcher(formatter *formatter, receivers []interface{}) (*d... FILE: vendor/github.com/cihub/seelog/dispatch_filterdispatcher.go type filterDispatcher (line 33) | type filterDispatcher struct method Dispatch (line 53) | func (filter *filterDispatcher) Dispatch( method String (line 64) | func (filter *filterDispatcher) String() string { function newFilterDispatcher (line 39) | func newFilterDispatcher(formatter *formatter, receivers []interface{}, ... FILE: vendor/github.com/cihub/seelog/dispatch_filterdispatcher_test.go function TestfilterDispatcher_Pass (line 31) | func TestfilterDispatcher_Pass(t *testing.T) { function TestfilterDispatcher_Deny (line 51) | func TestfilterDispatcher_Deny(t *testing.T) { FILE: vendor/github.com/cihub/seelog/dispatch_splitdispatcher.go type splitDispatcher (line 32) | type splitDispatcher struct method String (line 45) | func (splitter *splitDispatcher) String() string { function newSplitDispatcher (line 36) | func newSplitDispatcher(formatter *formatter, receivers []interface{}) (... FILE: vendor/github.com/cihub/seelog/dispatch_splitdispatcher_test.go function init (line 34) | func init() { function TestsplitDispatcher (line 42) | func TestsplitDispatcher(t *testing.T) { FILE: vendor/github.com/cihub/seelog/format.go constant FormatterSymbol (line 38) | FormatterSymbol = '%' constant formatterSymbolString (line 41) | formatterSymbolString = "%" constant formatterParameterStart (line 42) | formatterParameterStart = '(' constant formatterParameterEnd (line 43) | formatterParameterEnd = ')' constant DateDefaultFormat (line 48) | DateDefaultFormat = "2006-01-02" constant TimeFormat (line 49) | TimeFormat = "15:04:05" function init (line 57) | func init() { type FormatterFunc (line 78) | type FormatterFunc type FormatterFuncCreator (line 82) | type FormatterFuncCreator function errorAliasReserved (line 111) | func errorAliasReserved(name string) error { function RegisterCustomFormatter (line 130) | func RegisterCustomFormatter(name string, creator FormatterFuncCreator) ... type formatter (line 143) | type formatter struct method buildFormatterFuncs (line 162) | func (formatter *formatter) buildFormatterFuncs() error { method extractFormatterFunc (line 198) | func (formatter *formatter) extractFormatterFunc(index int) (Formatter... method extractLetterSequence (line 220) | func (formatter *formatter) extractLetterSequence(index int) string { method findFormatterFunc (line 238) | func (formatter *formatter) findFormatterFunc(letters string) (Formatt... method findFormatterFuncParametrized (line 251) | func (formatter *formatter) findFormatterFuncParametrized(letters stri... method findparameter (line 279) | func (formatter *formatter) findparameter(startIndex int) (string, int... method Format (line 298) | func (formatter *formatter) Format(message string, level LogLevel, con... method String (line 311) | func (formatter *formatter) String() string { function newFormatter (line 150) | func newFormatter(formatString string) (*formatter, error) { constant wrongLogLevel (line 318) | wrongLogLevel = "WRONG_LOGLEVEL" constant wrongEscapeCode (line 319) | wrongEscapeCode = "WRONG_ESCAPE" function formatterLevel (line 352) | func formatterLevel(message string, level LogLevel, context LogContextIn... function formatterLev (line 360) | func formatterLev(message string, level LogLevel, context LogContextInte... function formatterLEVEL (line 368) | func formatterLEVEL(message string, level LogLevel, context LogContextIn... function formatterLEV (line 372) | func formatterLEV(message string, level LogLevel, context LogContextInte... function formatterl (line 376) | func formatterl(message string, level LogLevel, context LogContextInterf... function formatterMsg (line 384) | func formatterMsg(message string, level LogLevel, context LogContextInte... function formatterFullPath (line 388) | func formatterFullPath(message string, level LogLevel, context LogContex... function formatterFile (line 392) | func formatterFile(message string, level LogLevel, context LogContextInt... function formatterRelFile (line 396) | func formatterRelFile(message string, level LogLevel, context LogContext... function FormatterFunction (line 400) | func FormatterFunction(message string, level LogLevel, context LogContex... function FormatterFunctionShort (line 404) | func FormatterFunctionShort(message string, level LogLevel, context LogC... function formatterLine (line 410) | func formatterLine(message string, level LogLevel, context LogContextInt... function formatterTime (line 414) | func formatterTime(message string, level LogLevel, context LogContextInt... function formatterUTCTime (line 418) | func formatterUTCTime(message string, level LogLevel, context LogContext... function formatterNs (line 422) | func formatterNs(message string, level LogLevel, context LogContextInter... function formatterUTCNs (line 426) | func formatterUTCNs(message string, level LogLevel, context LogContextIn... function formattern (line 430) | func formattern(message string, level LogLevel, context LogContextInterf... function formattert (line 434) | func formattert(message string, level LogLevel, context LogContextInterf... function createDateTimeFormatterFunc (line 438) | func createDateTimeFormatterFunc(dateTimeFormat string) FormatterFunc { function createUTCDateTimeFormatterFunc (line 448) | func createUTCDateTimeFormatterFunc(dateTimeFormat string) FormatterFunc { function createANSIEscapeFunc (line 458) | func createANSIEscapeFunc(escapeCodeString string) FormatterFunc { FILE: vendor/github.com/cihub/seelog/format_test.go constant TestFuncName (line 35) | TestFuncName = "TestFormats" type formatTest (line 38) | type formatTest struct function TestFormats (line 128) | func TestFormats(t *testing.T) { function TestDateFormat (line 160) | func TestDateFormat(t *testing.T) { function TestDateParameterizedFormat (line 167) | func TestDateParameterizedFormat(t *testing.T) { function createTestFormatter (line 196) | func createTestFormatter(format string) FormatterFunc { function TestCustomFormatterRegistration (line 202) | func TestCustomFormatterRegistration(t *testing.T) { FILE: vendor/github.com/cihub/seelog/internals_baseerror.go type baseError (line 4) | type baseError struct method Error (line 8) | func (be baseError) Error() string { FILE: vendor/github.com/cihub/seelog/internals_byteverifiers_test.go type bytesVerifier (line 35) | type bytesVerifier struct method Write (line 55) | func (verifier *bytesVerifier) Write(bytes []byte) (n int, err error) { method ExpectBytes (line 86) | func (verifier *bytesVerifier) ExpectBytes(bytes []byte) { method MustNotExpect (line 91) | func (verifier *bytesVerifier) MustNotExpect() { method Close (line 104) | func (verifier *bytesVerifier) Close() error { function newBytesVerifier (line 42) | func newBytesVerifier(t *testing.T) (*bytesVerifier, error) { type nullWriter (line 109) | type nullWriter struct method Write (line 112) | func (writer *nullWriter) Write(bytes []byte) (n int, err error) { method Close (line 116) | func (writer *nullWriter) Close() error { FILE: vendor/github.com/cihub/seelog/internals_fsutils.go constant defaultFilePermissions (line 16) | defaultFilePermissions = 0666 constant defaultDirectoryPermissions (line 17) | defaultDirectoryPermissions = 0767 constant maxDirNumberReadAsync (line 22) | maxDirNumberReadAsync = 1000 type cannotOpenFileError (line 25) | type cannotOpenFileError struct function newCannotOpenFileError (line 29) | func newCannotOpenFileError(fname string) *cannotOpenFileError { type notDirectoryError (line 33) | type notDirectoryError struct function newNotDirectoryError (line 37) | func newNotDirectoryError(dname string) *notDirectoryError { type fileFilter (line 43) | type fileFilter type filePathFilter (line 47) | type filePathFilter function getSubdirNames (line 51) | func getSubdirNames(dirPath string) ([]string, error) { function getAllSubdirAbsPaths (line 84) | func getAllSubdirAbsPaths(dirPath string) (res []string, err error) { function getSubdirAbsPaths (line 105) | func getSubdirAbsPaths(dirPath string) ([]string, error) { function getOpenFilesInDir (line 119) | func getOpenFilesInDir(dirPath string, fFilter fileFilter) ([]*os.File, ... function isRegular (line 168) | func isRegular(m os.FileMode) bool { function getDirFilePaths (line 174) | func getDirFilePaths(dirPath string, fpFilter filePathFilter, pathIsName... function getOpenFilesByDirectoryAsync (line 235) | func getOpenFilesByDirectoryAsync( function copyFile (line 278) | func copyFile(sf *os.File, dst string) (int64, error) { function fileExists (line 289) | func fileExists(path string) (bool, error) { function createDirectory (line 302) | func createDirectory(dirPath string) error { function tryRemoveFile (line 325) | func tryRemoveFile(filePath string) (err error) { function unzip (line 335) | func unzip(archiveName string) (map[string][]byte, error) { function createZip (line 372) | func createZip(archiveName string, files map[string][]byte) error { FILE: vendor/github.com/cihub/seelog/internals_xmlnode.go type xmlNode (line 35) | type xmlNode struct method String (line 49) | func (node *xmlNode) String() string { method unmarshal (line 70) | func (node *xmlNode) unmarshal(startEl xml.StartElement) error { method add (line 84) | func (node *xmlNode) add(child *xmlNode) { method hasChildren (line 92) | func (node *xmlNode) hasChildren() bool { function newNode (line 42) | func newNode() *xmlNode { function unmarshalConfig (line 98) | func unmarshalConfig(reader io.Reader) (*xmlNode, error) { function unmarshalNode (line 117) | func unmarshalNode(xmlParser *xml.Decoder, curToken xml.Token) (node *xm... function getNextToken (line 165) | func getNextToken(xmlParser *xml.Decoder) (tok xml.Token, err error) { FILE: vendor/github.com/cihub/seelog/internals_xmlnode_test.go type xmlNodeTest (line 65) | type xmlNodeTest struct function getXMLTests (line 72) | func getXMLTests() []xmlNodeTest { function TestXmlNode (line 175) | func TestXmlNode(t *testing.T) { FILE: vendor/github.com/cihub/seelog/log.go constant staticFuncCallDepth (line 35) | staticFuncCallDepth = 3 constant loggerFuncCallDepth (line 36) | loggerFuncCallDepth = 3 function init (line 50) | func init() { function createLoggerFromConfig (line 69) | func createLoggerFromConfig(config *logConfig) (LoggerInterface, error) { function UseLogger (line 134) | func UseLogger(logger LoggerInterface) error { function ReplaceLogger (line 171) | func ReplaceLogger(logger LoggerInterface) error { function Tracef (line 199) | func Tracef(format string, params ...interface{}) { function Debugf (line 207) | func Debugf(format string, params ...interface{}) { function Infof (line 215) | func Infof(format string, params ...interface{}) { function Warnf (line 222) | func Warnf(format string, params ...interface{}) error { function Errorf (line 231) | func Errorf(format string, params ...interface{}) error { function Criticalf (line 240) | func Criticalf(format string, params ...interface{}) error { function Trace (line 249) | func Trace(v ...interface{}) { function Debug (line 256) | func Debug(v ...interface{}) { function Info (line 263) | func Info(v ...interface{}) { function Warn (line 270) | func Warn(v ...interface{}) error { function Error (line 279) | func Error(v ...interface{}) error { function Critical (line 288) | func Critical(v ...interface{}) error { function Flush (line 303) | func Flush() { FILE: vendor/github.com/cihub/seelog/logger.go function reportInternalError (line 34) | func reportInternalError(err error) { type LoggerInterface (line 39) | type LoggerInterface interface type innerLoggerInterface (line 119) | type innerLoggerInterface interface type allowedContextCache (line 125) | type allowedContextCache type commonLogger (line 128) | type commonLogger struct method SetAdditionalStackDepth (line 150) | func (cLogger *commonLogger) SetAdditionalStackDepth(depth int) error { method Tracef (line 160) | func (cLogger *commonLogger) Tracef(format string, params ...interface... method Debugf (line 164) | func (cLogger *commonLogger) Debugf(format string, params ...interface... method Infof (line 168) | func (cLogger *commonLogger) Infof(format string, params ...interface{... method Warnf (line 172) | func (cLogger *commonLogger) Warnf(format string, params ...interface{... method Errorf (line 178) | func (cLogger *commonLogger) Errorf(format string, params ...interface... method Criticalf (line 184) | func (cLogger *commonLogger) Criticalf(format string, params ...interf... method Trace (line 190) | func (cLogger *commonLogger) Trace(v ...interface{}) { method Debug (line 194) | func (cLogger *commonLogger) Debug(v ...interface{}) { method Info (line 198) | func (cLogger *commonLogger) Info(v ...interface{}) { method Warn (line 202) | func (cLogger *commonLogger) Warn(v ...interface{}) error { method Error (line 208) | func (cLogger *commonLogger) Error(v ...interface{}) error { method Critical (line 214) | func (cLogger *commonLogger) Critical(v ...interface{}) error { method traceWithCallDepth (line 220) | func (cLogger *commonLogger) traceWithCallDepth(callDepth int, message... method debugWithCallDepth (line 224) | func (cLogger *commonLogger) debugWithCallDepth(callDepth int, message... method infoWithCallDepth (line 228) | func (cLogger *commonLogger) infoWithCallDepth(callDepth int, message ... method warnWithCallDepth (line 232) | func (cLogger *commonLogger) warnWithCallDepth(callDepth int, message ... method errorWithCallDepth (line 236) | func (cLogger *commonLogger) errorWithCallDepth(callDepth int, message... method criticalWithCallDepth (line 240) | func (cLogger *commonLogger) criticalWithCallDepth(callDepth int, mess... method Closed (line 245) | func (cLogger *commonLogger) Closed() bool { method fillUnusedLevels (line 249) | func (cLogger *commonLogger) fillUnusedLevels() { method fillUnusedLevelsByContraint (line 261) | func (cLogger *commonLogger) fillUnusedLevelsByContraint(constraint lo... method log (line 272) | func (cLogger *commonLogger) log( method processLogMsg (line 301) | func (cLogger *commonLogger) processLogMsg( method isAllowed (line 317) | func (cLogger *commonLogger) isAllowed(level LogLevel, context LogCont... function newCommonLogger (line 138) | func newCommonLogger(config *logConfig, internalLogger innerLoggerInterf... type logMessage (line 339) | type logMessage struct method String (line 365) | func (message *logMessage) String() string { type logFormattedMessage (line 343) | type logFormattedMessage struct method String (line 369) | func (message *logFormattedMessage) String() string { function newLogMessage (line 348) | func newLogMessage(params []interface{}) fmt.Stringer { function newLogFormattedMessage (line 356) | func newLogFormattedMessage(format string, params []interface{}) *logFor... FILE: vendor/github.com/cihub/seelog/writers_bufferedwriter.go type bufferedWriter (line 37) | type bufferedWriter struct method writeBigChunk (line 82) | func (bufWriter *bufferedWriter) writeBigChunk(bytes []byte) (n int, e... method Write (line 95) | func (bufWriter *bufferedWriter) Write(bytes []byte) (n int, err error) { method Close (line 118) | func (bufWriter *bufferedWriter) Close() error { method Flush (line 127) | func (bufWriter *bufferedWriter) Flush() { method flushInner (line 135) | func (bufWriter *bufferedWriter) flushInner() (n int, err error) { method flushBuffer (line 142) | func (bufWriter *bufferedWriter) flushBuffer() { method flushPeriodically (line 149) | func (bufWriter *bufferedWriter) flushPeriodically() { method String (line 159) | func (bufWriter *bufferedWriter) String() string { function newBufferedWriter (line 48) | func newBufferedWriter(innerWriter io.Writer, bufferSize int, flushPerio... FILE: vendor/github.com/cihub/seelog/writers_bufferedwriter_test.go function TestChunkWriteOnFilling (line 31) | func TestChunkWriteOnFilling(t *testing.T) { function TestFlushByTimePeriod (line 46) | func TestFlushByTimePeriod(t *testing.T) { function TestBigMessageMustPassMemoryBuffer (line 62) | func TestBigMessageMustPassMemoryBuffer(t *testing.T) { FILE: vendor/github.com/cihub/seelog/writers_connwriter.go type connWriter (line 35) | type connWriter struct method Close (line 70) | func (connWriter *connWriter) Close() error { method Write (line 78) | func (connWriter *connWriter) Write(bytes []byte) (n int, err error) { method String (line 98) | func (connWriter *connWriter) String() string { method connect (line 102) | func (connWriter *connWriter) connect() error { method neededConnectOnMsg (line 133) | func (connWriter *connWriter) neededConnectOnMsg() bool { function newConnWriter (line 47) | func newConnWriter(netName string, addr string, reconnectOnMsg bool) *co... function newTLSWriter (line 58) | func newTLSWriter(netName string, addr string, reconnectOnMsg bool, conf... FILE: vendor/github.com/cihub/seelog/writers_consolewriter.go type consoleWriter (line 30) | type consoleWriter struct method Write (line 41) | func (console *consoleWriter) Write(bytes []byte) (int, error) { method String (line 45) | func (console *consoleWriter) String() string { function newConsoleWriter (line 34) | func newConsoleWriter() (writer *consoleWriter, err error) { FILE: vendor/github.com/cihub/seelog/writers_filewriter.go type fileWriter (line 35) | type fileWriter struct method Close (line 48) | func (fw *fileWriter) Close() error { method Write (line 60) | func (fw *fileWriter) Write(bytes []byte) (n int, err error) { method createFile (line 69) | func (fw *fileWriter) createFile() error { method String (line 90) | func (fw *fileWriter) String() string { function newFileWriter (line 41) | func newFileWriter(fileName string) (writer *fileWriter, err error) { FILE: vendor/github.com/cihub/seelog/writers_filewriter_test.go constant messageLen (line 37) | messageLen = 10 function TestSimpleFileWriter (line 42) | func TestSimpleFileWriter(t *testing.T) { function simplefileWriterGetter (line 49) | func simplefileWriterGetter(testCase *fileWriterTestCase) (io.WriteClose... type fileWriterTestCase (line 54) | type fileWriterTestCase struct function createSimplefileWriterTestCase (line 66) | func createSimplefileWriterTestCase(fileName string, writeCount int) *fi... type fileWriterTester (line 78) | type fileWriterTester struct method testCase (line 137) | func (tester *fileWriterTester) testCase(testCase *fileWriterTestCase,... method test (line 188) | func (tester *fileWriterTester) test() { method performWrite (line 195) | func (tester *fileWriterTester) performWrite(fileWriter io.Writer, cou... method checkRequiredFilesExist (line 206) | func (tester *fileWriterTester) checkRequiredFilesExist(testCase *file... method checkJustRequiredFilesExist (line 234) | func (tester *fileWriterTester) checkJustRequiredFilesExist(testCase *... function newFileWriterTester (line 84) | func newFileWriterTester( function isWriterTestFile (line 92) | func isWriterTestFile(fn string) bool { function cleanupWriterTest (line 96) | func cleanupWriterTest(t *testing.T) { function getWriterTestResultFiles (line 113) | func getWriterTestResultFiles() ([]string, error) { FILE: vendor/github.com/cihub/seelog/writers_formattedwriter.go type formattedWriter (line 33) | type formattedWriter struct method Write (line 46) | func (formattedWriter *formattedWriter) Write(message string, level Lo... method String (line 52) | func (formattedWriter *formattedWriter) String() string { method Writer (line 56) | func (formattedWriter *formattedWriter) Writer() io.Writer { method Format (line 60) | func (formattedWriter *formattedWriter) Format() *formatter { function newFormattedWriter (line 38) | func newFormattedWriter(writer io.Writer, formatter *formatter) (*format... FILE: vendor/github.com/cihub/seelog/writers_formattedwriter_test.go function TestformattedWriter (line 31) | func TestformattedWriter(t *testing.T) { FILE: vendor/github.com/cihub/seelog/writers_rollingfilewriter.go constant rollingLogHistoryDelimiter (line 40) | rollingLogHistoryDelimiter = "." type rollingType (line 44) | type rollingType constant rollingTypeSize (line 47) | rollingTypeSize = iota constant rollingTypeTime (line 48) | rollingTypeTime type rollingNameMode (line 52) | type rollingNameMode constant rollingNameModePostfix (line 55) | rollingNameModePostfix = iota constant rollingNameModePrefix (line 56) | rollingNameModePrefix function rollingNameModeFromString (line 64) | func rollingNameModeFromString(rollingNameStr string) (rollingNameMode, ... type rollingIntervalType (line 74) | type rollingIntervalType constant rollingIntervalAny (line 77) | rollingIntervalAny = iota constant rollingIntervalDaily (line 78) | rollingIntervalDaily function rollingIntervalTypeFromString (line 85) | func rollingIntervalTypeFromString(rollingTypeStr string) (rollingInterv... function rollingTypeFromString (line 100) | func rollingTypeFromString(rollingTypeStr string) (rollingType, bool) { type rollingArchiveType (line 111) | type rollingArchiveType constant rollingArchiveNone (line 114) | rollingArchiveNone = iota constant rollingArchiveZip (line 115) | rollingArchiveZip function rollingArchiveTypeFromString (line 123) | func rollingArchiveTypeFromString(rollingArchiveTypeStr string) (rolling... type rollerVirtual (line 140) | type rollerVirtual interface type rollingFileWriter (line 156) | type rollingFileWriter struct method hasRollName (line 186) | func (rw *rollingFileWriter) hasRollName(file string) bool { method createFullFileName (line 198) | func (rw *rollingFileWriter) createFullFileName(originalName, rollname... method getSortedLogHistory (line 208) | func (rw *rollingFileWriter) getSortedLogHistory() ([]string, error) { method createFileAndFolderIfNeeded (line 233) | func (rw *rollingFileWriter) createFileAndFolderIfNeeded() error { method deleteOldRolls (line 269) | func (rw *rollingFileWriter) deleteOldRolls(history []string) error { method getFileRollName (line 331) | func (rw *rollingFileWriter) getFileRollName(fileName string) string { method Write (line 341) | func (rw *rollingFileWriter) Write(bytes []byte) (n int, err error) { method Close (line 432) | func (rw *rollingFileWriter) Close() error { function newRollingFileWriter (line 170) | func newRollingFileWriter(fpath string, rtype rollingType, atype rolling... type rollingFileWriterSize (line 452) | type rollingFileWriterSize struct method needsToRoll (line 467) | func (rws *rollingFileWriterSize) needsToRoll() (bool, error) { method isFileRollNameValid (line 471) | func (rws *rollingFileWriterSize) isFileRollNameValid(rname string) bo... method sortFileRollNamesAsc (line 489) | func (rws *rollingFileWriterSize) sortFileRollNamesAsc(fs []string) ([... method getNewHistoryRollFileName (line 495) | func (rws *rollingFileWriterSize) getNewHistoryRollFileName(lastRollNa... method getCurrentModifiedFileName (line 503) | func (rws *rollingFileWriterSize) getCurrentModifiedFileName(originalF... method String (line 507) | func (rws *rollingFileWriterSize) String() string { function newRollingFileWriterSize (line 457) | func newRollingFileWriterSize(fpath string, atype rollingArchiveType, ap... type rollSizeFileTailsSlice (line 479) | type rollSizeFileTailsSlice method Len (line 481) | func (p rollSizeFileTailsSlice) Len() int { return len(p) } method Less (line 482) | func (p rollSizeFileTailsSlice) Less(i, j int) bool { method Swap (line 487) | func (p rollSizeFileTailsSlice) Swap(i, j int) { p[i], p[j] = p[j], p[... type rollingFileWriterTime (line 521) | type rollingFileWriterTime struct method needsToRoll (line 540) | func (rwt *rollingFileWriterTime) needsToRoll() (bool, error) { method isFileRollNameValid (line 568) | func (rwt *rollingFileWriterTime) isFileRollNameValid(rname string) bo... method sortFileRollNamesAsc (line 589) | func (rwt *rollingFileWriterTime) sortFileRollNamesAsc(fs []string) ([... method getNewHistoryRollFileName (line 595) | func (rwt *rollingFileWriterTime) getNewHistoryRollFileName(lastRollNa... method getCurrentModifiedFileName (line 599) | func (rwt *rollingFileWriterTime) getCurrentModifiedFileName(originalF... method String (line 609) | func (rwt *rollingFileWriterTime) String() string { function newRollingFileWriterTime (line 528) | func newRollingFileWriterTime(fpath string, atype rollingArchiveType, ap... type rollTimeFileTailsSlice (line 576) | type rollTimeFileTailsSlice struct method Len (line 581) | func (p rollTimeFileTailsSlice) Len() int { return len(p.data) } method Less (line 582) | func (p rollTimeFileTailsSlice) Less(i, j int) bool { method Swap (line 587) | func (p rollTimeFileTailsSlice) Swap(i, j int) { p.data[i], p.data[j] ... FILE: vendor/github.com/cihub/seelog/writers_rollingfilewriter_test.go function createRollingSizeFileWriterTestCase (line 35) | func createRollingSizeFileWriterTestCase( function createRollingDatefileWriterTestCase (line 47) | func createRollingDatefileWriterTestCase( function TestRollingFileWriter (line 58) | func TestRollingFileWriter(t *testing.T) { function rollingFileWriterGetter (line 65) | func rollingFileWriterGetter(testCase *fileWriterTestCase) (io.WriteClos... FILE: vendor/github.com/cihub/seelog/writers_smtpwriter.go constant DefaultSubjectPhrase (line 40) | DefaultSubjectPhrase = "Diagnostic message from server: " constant rfc5321SubjectPattern (line 43) | rfc5321SubjectPattern = "From: %s <%s>\nSubject: %s\n" type smtpWriter (line 47) | type smtpWriter struct method Write (line 183) | func (smtpw *smtpWriter) Write(data []byte) (int, error) { method Close (line 215) | func (smtpw *smtpWriter) Close() error { function newSMTPWriter (line 61) | func newSMTPWriter(sa, sn string, ras []string, hn, hp, un, pwd string, ... function prepareMessage (line 76) | func prepareMessage(senderAddr, senderName, subject string, body []byte,... function getTLSConfig (line 90) | func getTLSConfig(pemFileDirPaths []string, hostName string) (config *tl... function sendMailWithTLSConfig (line 137) | func sendMailWithTLSConfig(config *tls.Config, addr string, a smtp.Auth,... FILE: vendor/github.com/golang/protobuf/proto/all_test.go function old (line 53) | func old() *Buffer { function equalbytes (line 61) | func equalbytes(b1, b2 []byte, t *testing.T) { function initGoTestField (line 73) | func initGoTestField() *GoTestField { function initGoTest_RequiredGroup (line 83) | func initGoTest_RequiredGroup() *GoTest_RequiredGroup { function initGoTest_OptionalGroup (line 89) | func initGoTest_OptionalGroup() *GoTest_OptionalGroup { function initGoTest_RepeatedGroup (line 95) | func initGoTest_RepeatedGroup() *GoTest_RepeatedGroup { function initGoTest (line 101) | func initGoTest(setdefaults bool) *GoTest { function fail (line 139) | func fail(msg string, b *bytes.Buffer, s string, t *testing.T) { function hex (line 263) | func hex(c uint8) uint8 { function equal (line 276) | func equal(b []byte, s string, t *testing.T) bool { function overify (line 293) | func overify(t *testing.T, pb *GoTest, expected string) { function TestNumericPrimitives (line 328) | func TestNumericPrimitives(t *testing.T) { type fakeMarshaler (line 399) | type fakeMarshaler struct method Marshal (line 404) | func (f fakeMarshaler) Marshal() ([]byte, error) { method String (line 408) | func (f fakeMarshaler) String() string { method ProtoMessage (line 412) | func (f fakeMarshaler) ProtoMessage() {} method Reset (line 414) | func (f fakeMarshaler) Reset() {} function TestMarshalerEncoding (line 417) | func TestMarshalerEncoding(t *testing.T) { function TestBytesPrimitives (line 456) | func TestBytesPrimitives(t *testing.T) { function TestStringPrimitives (line 470) | func TestStringPrimitives(t *testing.T) { function TestRequiredBit (line 486) | func TestRequiredBit(t *testing.T) { function checkInitialized (line 501) | func checkInitialized(pb *GoTest, t *testing.T) { function TestReset (line 544) | func TestReset(t *testing.T) { function TestEncodeDecode1 (line 565) | func TestEncodeDecode1(t *testing.T) { function TestEncodeDecode2 (line 589) | func TestEncodeDecode2(t *testing.T) { function TestEncodeDecode3 (line 627) | func TestEncodeDecode3(t *testing.T) { function TestEncodeDecode4 (line 679) | func TestEncodeDecode4(t *testing.T) { function TestEncodeDecode5 (line 754) | func TestEncodeDecode5(t *testing.T) { function TestEncodeDecode6 (line 842) | func TestEncodeDecode6(t *testing.T) { function TestEncodeDecodeBytes1 (line 897) | func TestEncodeDecodeBytes1(t *testing.T) { function TestEncodeDecodeBytes2 (line 928) | func TestEncodeDecodeBytes2(t *testing.T) { function TestSkippingUnrecognizedFields (line 950) | func TestSkippingUnrecognizedFields(t *testing.T) { function TestSubmessageUnrecognizedFields (line 1002) | func TestSubmessageUnrecognizedFields(t *testing.T) { function TestNegativeInt32 (line 1051) | func TestNegativeInt32(t *testing.T) { function TestBigRepeated (line 1085) | func TestBigRepeated(t *testing.T) { function TestTypeMismatch (line 1196) | func TestTypeMismatch(t *testing.T) { function encodeDecode (line 1213) | func encodeDecode(t *testing.T, in, out Message, msg string) { function TestPackedNonPackedDecoderSwitching (line 1223) | func TestPackedNonPackedDecoderSwitching(t *testing.T) { function TestProto1RepeatedGroup (line 1242) | func TestProto1RepeatedGroup(t *testing.T) { function TestEnum (line 1264) | func TestEnum(t *testing.T) { function TestPrintingNilEnumFields (line 1282) | func TestPrintingNilEnumFields(t *testing.T) { function TestRequiredFieldEnforcement (line 1288) | func TestRequiredFieldEnforcement(t *testing.T) { function TestTypedNilMarshal (line 1309) | func TestTypedNilMarshal(t *testing.T) { type nonNillableInt (line 1318) | type nonNillableInt method Marshal (line 1320) | func (nni nonNillableInt) Marshal() ([]byte, error) { type NNIMessage (line 1324) | type NNIMessage struct method Reset (line 1328) | func (*NNIMessage) Reset() {} method String (line 1329) | func (*NNIMessage) String() string { return "" } method ProtoMessage (line 1330) | func (*NNIMessage) ProtoMessage() {} type nillableMessage (line 1333) | type nillableMessage struct method Marshal (line 1337) | func (nm *nillableMessage) Marshal() ([]byte, error) { type NMMessage (line 1341) | type NMMessage struct method Reset (line 1345) | func (*NMMessage) Reset() {} method String (line 1346) | func (*NMMessage) String() string { return "" } method ProtoMessage (line 1347) | func (*NMMessage) ProtoMessage() {} function TestNilMarshaler (line 1350) | func TestNilMarshaler(t *testing.T) { function TestAllSetDefaults (line 1367) | func TestAllSetDefaults(t *testing.T) { function TestSetDefaultsWithSetField (line 1399) | func TestSetDefaultsWithSetField(t *testing.T) { function TestSetDefaultsWithSubMessage (line 1410) | func TestSetDefaultsWithSubMessage(t *testing.T) { function TestSetDefaultsWithRepeatedSubMessage (line 1430) | func TestSetDefaultsWithRepeatedSubMessage(t *testing.T) { function TestSetDefaultWithRepeatedNonMessage (line 1445) | func TestSetDefaultWithRepeatedNonMessage(t *testing.T) { function TestMaximumTagNumber (line 1456) | func TestMaximumTagNumber(t *testing.T) { function TestJSON (line 1473) | func TestJSON(t *testing.T) { function TestBadWireType (line 1512) | func TestBadWireType(t *testing.T) { function TestBytesWithInvalidLength (line 1522) | func TestBytesWithInvalidLength(t *testing.T) { function TestLengthOverflow (line 1528) | func TestLengthOverflow(t *testing.T) { function TestVarintOverflow (line 1534) | func TestVarintOverflow(t *testing.T) { function TestUnmarshalFuzz (line 1542) | func TestUnmarshalFuzz(t *testing.T) { function TestMergeMessages (line 1556) | func TestMergeMessages(t *testing.T) { function TestExtensionMarshalOrder (line 1586) | func TestExtensionMarshalOrder(t *testing.T) { function TestMessageSetMarshalOrder (line 1669) | func TestMessageSetMarshalOrder(t *testing.T) { function TestUnmarshalMergesMessages (line 1706) | func TestUnmarshalMergesMessages(t *testing.T) { function TestEncodingSizes (line 1749) | func TestEncodingSizes(t *testing.T) { function TestRequiredNotSetError (line 1771) | func TestRequiredNotSetError(t *testing.T) { function fuzzUnmarshal (line 1835) | func fuzzUnmarshal(t *testing.T, data []byte) { function TestMapFieldMarshal (line 1848) | func TestMapFieldMarshal(t *testing.T) { function TestMapFieldRoundTrips (line 1893) | func TestMapFieldRoundTrips(t *testing.T) { function testMsg (line 1930) | func testMsg() *GoTest { function bytesMsg (line 1942) | func bytesMsg() *GoTest { function benchmarkMarshal (line 1952) | func benchmarkMarshal(b *testing.B, pb Message, marshal func(Message) ([... function benchmarkBufferMarshal (line 1961) | func benchmarkBufferMarshal(b *testing.B, pb Message) { function benchmarkSize (line 1970) | func benchmarkSize(b *testing.B, pb Message) { function newOf (line 1977) | func newOf(pb Message) Message { function benchmarkUnmarshal (line 1985) | func benchmarkUnmarshal(b *testing.B, pb Message, unmarshal func([]byte,... function benchmarkBufferUnmarshal (line 1996) | func benchmarkBufferUnmarshal(b *testing.B, pb Message) { function BenchmarkMarshal (line 2006) | func BenchmarkMarshal(b *testing.B) { function BenchmarkBufferMarshal (line 2010) | func BenchmarkBufferMarshal(b *testing.B) { function BenchmarkSize (line 2014) | func BenchmarkSize(b *testing.B) { function BenchmarkUnmarshal (line 2018) | func BenchmarkUnmarshal(b *testing.B) { function BenchmarkBufferUnmarshal (line 2022) | func BenchmarkBufferUnmarshal(b *testing.B) { function BenchmarkMarshalBytes (line 2026) | func BenchmarkMarshalBytes(b *testing.B) { function BenchmarkBufferMarshalBytes (line 2030) | func BenchmarkBufferMarshalBytes(b *testing.B) { function BenchmarkSizeBytes (line 2034) | func BenchmarkSizeBytes(b *testing.B) { function BenchmarkUnmarshalBytes (line 2038) | func BenchmarkUnmarshalBytes(b *testing.B) { function BenchmarkBufferUnmarshalBytes (line 2042) | func BenchmarkBufferUnmarshalBytes(b *testing.B) { function BenchmarkUnmarshalUnrecognizedFields (line 2046) | func BenchmarkUnmarshalUnrecognizedFields(b *testing.B) { FILE: vendor/github.com/golang/protobuf/proto/clone.go function Clone (line 44) | func Clone(pb Message) Message { function Merge (line 60) | func Merge(dst, src Message) { function mergeStruct (line 77) | func mergeStruct(out, in reflect.Value) { function mergeAny (line 101) | func mergeAny(out, in reflect.Value) { function mergeExtension (line 182) | func mergeExtension(out, in map[int32]Extension) { FILE: vendor/github.com/golang/protobuf/proto/clone_test.go function init (line 62) | func init() { function TestClone (line 71) | func TestClone(t *testing.T) { function TestCloneNil (line 100) | func TestCloneNil(t *testing.T) { function TestMerge (line 219) | func TestMerge(t *testing.T) { FILE: vendor/github.com/golang/protobuf/proto/decode.go function DecodeVarint (line 59) | func DecodeVarint(buf []byte) (x uint64, n int) { method DecodeVarint (line 81) | func (p *Buffer) DecodeVarint() (x uint64, err error) { method DecodeFixed64 (line 109) | func (p *Buffer) DecodeFixed64() (x uint64, err error) { method DecodeFixed32 (line 132) | func (p *Buffer) DecodeFixed32() (x uint64, err error) { method DecodeZigzag64 (line 151) | func (p *Buffer) DecodeZigzag64() (x uint64, err error) { method DecodeZigzag32 (line 163) | func (p *Buffer) DecodeZigzag32() (x uint64, err error) { method DecodeRawBytes (line 178) | func (p *Buffer) DecodeRawBytes(alloc bool) (buf []byte, err error) { method DecodeStringBytes (line 208) | func (p *Buffer) DecodeStringBytes() (s string, err error) { method skipAndSave (line 219) | func (o *Buffer) skipAndSave(t reflect.Type, tag, wire int, base structP... method skip (line 246) | func (o *Buffer) skip(t reflect.Type, tag, wire int) error { type Unmarshaler (line 287) | type Unmarshaler interface function Unmarshal (line 298) | func Unmarshal(buf []byte, pb Message) error { function UnmarshalMerge (line 309) | func UnmarshalMerge(buf []byte, pb Message) error { method Unmarshal (line 321) | func (p *Buffer) Unmarshal(pb Message) error { method unmarshalType (line 344) | func (o *Buffer) unmarshalType(st reflect.Type, prop *StructProperties, ... constant boolPoolSize (line 448) | boolPoolSize = 16 constant uint32PoolSize (line 449) | uint32PoolSize = 8 constant uint64PoolSize (line 450) | uint64PoolSize = 4 method dec_bool (line 454) | func (o *Buffer) dec_bool(p *Properties, base structPointer) error { method dec_proto3_bool (line 468) | func (o *Buffer) dec_proto3_bool(p *Properties, base structPointer) error { method dec_int32 (line 478) | func (o *Buffer) dec_int32(p *Properties, base structPointer) error { method dec_proto3_int32 (line 487) | func (o *Buffer) dec_proto3_int32(p *Properties, base structPointer) err... method dec_int64 (line 497) | func (o *Buffer) dec_int64(p *Properties, base structPointer) error { method dec_proto3_int64 (line 506) | func (o *Buffer) dec_proto3_int64(p *Properties, base structPointer) err... method dec_string (line 516) | func (o *Buffer) dec_string(p *Properties, base structPointer) error { method dec_proto3_string (line 525) | func (o *Buffer) dec_proto3_string(p *Properties, base structPointer) er... method dec_slice_byte (line 535) | func (o *Buffer) dec_slice_byte(p *Properties, base structPointer) error { method dec_slice_bool (line 545) | func (o *Buffer) dec_slice_bool(p *Properties, base structPointer) error { method dec_slice_packed_bool (line 556) | func (o *Buffer) dec_slice_packed_bool(p *Properties, base structPointer... method dec_slice_int32 (line 579) | func (o *Buffer) dec_slice_int32(p *Properties, base structPointer) error { method dec_slice_packed_int32 (line 589) | func (o *Buffer) dec_slice_packed_int32(p *Properties, base structPointe... method dec_slice_int64 (line 613) | func (o *Buffer) dec_slice_int64(p *Properties, base structPointer) error { method dec_slice_packed_int64 (line 624) | func (o *Buffer) dec_slice_packed_int64(p *Properties, base structPointe... method dec_slice_string (line 648) | func (o *Buffer) dec_slice_string(p *Properties, base structPointer) err... method dec_slice_slice_byte (line 659) | func (o *Buffer) dec_slice_slice_byte(p *Properties, base structPointer)... method dec_new_map (line 670) | func (o *Buffer) dec_new_map(p *Properties, base structPointer) error { method dec_struct_group (line 742) | func (o *Buffer) dec_struct_group(p *Properties, base structPointer) err... method dec_struct_message (line 753) | func (o *Buffer) dec_struct_message(p *Properties, base structPointer) (... method dec_slice_struct_message (line 785) | func (o *Buffer) dec_slice_struct_message(p *Properties, base structPoin... method dec_slice_struct_group (line 790) | func (o *Buffer) dec_slice_struct_group(p *Properties, base structPointe... method dec_slice_struct (line 795) | func (o *Buffer) dec_slice_struct(p *Properties, is_group bool, base str... FILE: vendor/github.com/golang/protobuf/proto/encode.go type RequiredNotSetError (line 54) | type RequiredNotSetError struct method Error (line 58) | func (e *RequiredNotSetError) Error() string { constant maxVarintBytes (line 75) | maxVarintBytes = 10 function EncodeVarint (line 83) | func EncodeVarint(x uint64) []byte { method EncodeVarint (line 99) | func (p *Buffer) EncodeVarint(x uint64) error { function sizeVarint (line 108) | func sizeVarint(x uint64) (n int) { method EncodeFixed64 (line 122) | func (p *Buffer) EncodeFixed64(x uint64) error { function sizeFixed64 (line 135) | func sizeFixed64(x uint64) int { method EncodeFixed32 (line 142) | func (p *Buffer) EncodeFixed32(x uint64) error { function sizeFixed32 (line 151) | func sizeFixed32(x uint64) int { method EncodeZigzag64 (line 158) | func (p *Buffer) EncodeZigzag64(x uint64) error { function sizeZigzag64 (line 163) | func sizeZigzag64(x uint64) int { method EncodeZigzag32 (line 170) | func (p *Buffer) EncodeZigzag32(x uint64) error { function sizeZigzag32 (line 175) | func sizeZigzag32(x uint64) int { method EncodeRawBytes (line 182) | func (p *Buffer) EncodeRawBytes(b []byte) error { function sizeRawBytes (line 188) | func sizeRawBytes(b []byte) int { method EncodeStringBytes (line 195) | func (p *Buffer) EncodeStringBytes(s string) error { function sizeStringBytes (line 201) | func sizeStringBytes(s string) int { type Marshaler (line 207) | type Marshaler interface function Marshal (line 213) | func Marshal(pb Message) ([]byte, error) { method Marshal (line 234) | func (p *Buffer) Marshal(pb Message) error { function Size (line 261) | func Size(pb Message) (n int) { method enc_bool (line 287) | func (o *Buffer) enc_bool(p *Properties, base structPointer) error { method enc_proto3_bool (line 301) | func (o *Buffer) enc_proto3_bool(p *Properties, base structPointer) error { function size_bool (line 311) | func size_bool(p *Properties, base structPointer) int { function size_proto3_bool (line 319) | func size_proto3_bool(p *Properties, base structPointer) int { method enc_int32 (line 328) | func (o *Buffer) enc_int32(p *Properties, base structPointer) error { method enc_proto3_int32 (line 339) | func (o *Buffer) enc_proto3_int32(p *Properties, base structPointer) err... function size_int32 (line 350) | func size_int32(p *Properties, base structPointer) (n int) { function size_proto3_int32 (line 361) | func size_proto3_int32(p *Properties, base structPointer) (n int) { method enc_uint32 (line 374) | func (o *Buffer) enc_uint32(p *Properties, base structPointer) error { method enc_proto3_uint32 (line 385) | func (o *Buffer) enc_proto3_uint32(p *Properties, base structPointer) er... function size_uint32 (line 396) | func size_uint32(p *Properties, base structPointer) (n int) { function size_proto3_uint32 (line 407) | func size_proto3_uint32(p *Properties, base structPointer) (n int) { method enc_int64 (line 419) | func (o *Buffer) enc_int64(p *Properties, base structPointer) error { method enc_proto3_int64 (line 430) | func (o *Buffer) enc_proto3_int64(p *Properties, base structPointer) err... function size_int64 (line 441) | func size_int64(p *Properties, base structPointer) (n int) { function size_proto3_int64 (line 452) | func size_proto3_int64(p *Properties, base structPointer) (n int) { method enc_string (line 464) | func (o *Buffer) enc_string(p *Properties, base structPointer) error { method enc_proto3_string (line 475) | func (o *Buffer) enc_proto3_string(p *Properties, base structPointer) er... function size_string (line 485) | func size_string(p *Properties, base structPointer) (n int) { function size_proto3_string (line 496) | func size_proto3_string(p *Properties, base structPointer) (n int) { function isNil (line 507) | func isNil(v reflect.Value) bool { method enc_struct_message (line 516) | func (o *Buffer) enc_struct_message(p *Properties, base structPointer) e... function size_struct_message (line 539) | func size_struct_message(p *Properties, base structPointer) int { method enc_struct_group (line 561) | func (o *Buffer) enc_struct_group(p *Properties, base structPointer) err... function size_struct_group (line 577) | func size_struct_group(p *Properties, base structPointer) (n int) { method enc_slice_bool (line 590) | func (o *Buffer) enc_slice_bool(p *Properties, base structPointer) error { function size_slice_bool (line 607) | func size_slice_bool(p *Properties, base structPointer) int { method enc_slice_packed_bool (line 617) | func (o *Buffer) enc_slice_packed_bool(p *Properties, base structPointer... function size_slice_packed_bool (line 635) | func size_slice_packed_bool(p *Properties, base structPointer) (n int) { method enc_slice_byte (line 648) | func (o *Buffer) enc_slice_byte(p *Properties, base structPointer) error { method enc_proto3_slice_byte (line 658) | func (o *Buffer) enc_proto3_slice_byte(p *Properties, base structPointer... function size_slice_byte (line 668) | func size_slice_byte(p *Properties, base structPointer) (n int) { function size_proto3_slice_byte (line 678) | func size_proto3_slice_byte(p *Properties, base structPointer) (n int) { method enc_slice_int32 (line 689) | func (o *Buffer) enc_slice_int32(p *Properties, base structPointer) error { function size_slice_int32 (line 703) | func size_slice_int32(p *Properties, base structPointer) (n int) { method enc_slice_packed_int32 (line 718) | func (o *Buffer) enc_slice_packed_int32(p *Properties, base structPointe... function size_slice_packed_int32 (line 737) | func size_slice_packed_int32(p *Properties, base structPointer) (n int) { method enc_slice_uint32 (line 757) | func (o *Buffer) enc_slice_uint32(p *Properties, base structPointer) err... function size_slice_uint32 (line 771) | func size_slice_uint32(p *Properties, base structPointer) (n int) { method enc_slice_packed_uint32 (line 787) | func (o *Buffer) enc_slice_packed_uint32(p *Properties, base structPoint... function size_slice_packed_uint32 (line 805) | func size_slice_packed_uint32(p *Properties, base structPointer) (n int) { method enc_slice_int64 (line 823) | func (o *Buffer) enc_slice_int64(p *Properties, base structPointer) error { function size_slice_int64 (line 836) | func size_slice_int64(p *Properties, base structPointer) (n int) { method enc_slice_packed_int64 (line 850) | func (o *Buffer) enc_slice_packed_int64(p *Properties, base structPointe... function size_slice_packed_int64 (line 868) | func size_slice_packed_int64(p *Properties, base structPointer) (n int) { method enc_slice_slice_byte (line 886) | func (o *Buffer) enc_slice_slice_byte(p *Properties, base structPointer)... function size_slice_slice_byte (line 899) | func size_slice_slice_byte(p *Properties, base structPointer) (n int) { method enc_slice_string (line 913) | func (o *Buffer) enc_slice_string(p *Properties, base structPointer) err... function size_slice_string (line 923) | func size_slice_string(p *Properties, base structPointer) (n int) { method enc_slice_struct_message (line 934) | func (o *Buffer) enc_slice_struct_message(p *Properties, base structPoin... function size_slice_struct_message (line 969) | func size_slice_struct_message(p *Properties, base structPointer) (n int) { method enc_slice_struct_group (line 996) | func (o *Buffer) enc_slice_struct_group(p *Properties, base structPointe... function size_slice_struct_group (line 1023) | func size_slice_struct_group(p *Properties, base structPointer) (n int) { method enc_map (line 1041) | func (o *Buffer) enc_map(p *Properties, base structPointer) error { function size_map (line 1067) | func size_map(p *Properties, base structPointer) int { method enc_new_map (line 1073) | func (o *Buffer) enc_new_map(p *Properties, base structPointer) error { function size_new_map (line 1120) | func size_new_map(p *Properties, base structPointer) int { function mapEncodeScratch (line 1143) | func mapEncodeScratch(mapType reflect.Type) (keycopy, valcopy reflect.Va... method enc_struct (line 1175) | func (o *Buffer) enc_struct(prop *StructProperties, base structPointer) ... function size_struct (line 1210) | func size_struct(prop *StructProperties, base structPointer) (n int) { method enc_len_struct (line 1230) | func (o *Buffer) enc_len_struct(prop *StructProperties, base structPoint... method enc_len_thing (line 1235) | func (o *Buffer) enc_len_thing(enc func() error, state *errorState) error { type errorState (line 1264) | type errorState struct method shouldContinue (line 1275) | func (s *errorState) shouldContinue(err error, prop *Properties) bool { FILE: vendor/github.com/golang/protobuf/proto/equal.go function Equal (line 67) | func Equal(a, b Message) bool { function equalStruct (line 91) | func equalStruct(v1, v2 reflect.Value) bool { function equalAny (line 144) | func equalAny(v1, v2 reflect.Value) bool { function equalExtensions (line 207) | func equalExtensions(base reflect.Type, em1, em2 map[int32]Extension) bo... FILE: vendor/github.com/golang/protobuf/proto/equal_test.go function init (line 52) | func init() { function TestEqual (line 185) | func TestEqual(t *testing.T) { FILE: vendor/github.com/golang/protobuf/proto/extensions.go type ExtensionRange (line 51) | type ExtensionRange struct type extendableProto (line 56) | type extendableProto interface type ExtensionDesc (line 66) | type ExtensionDesc struct method repeated (line 74) | func (ed *ExtensionDesc) repeated() bool { type Extension (line 80) | type Extension struct function SetRawExtension (line 95) | func SetRawExtension(base extendableProto, id int32, b []byte) { function isExtensionField (line 100) | func isExtensionField(pb extendableProto, field int32) bool { function checkExtensionTypes (line 110) | func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) e... type extPropKey (line 123) | type extPropKey struct function extensionProperties (line 135) | func extensionProperties(ed *ExtensionDesc) *Properties { function encodeExtensionMap (line 159) | func encodeExtensionMap(m map[int32]Extension) error { function sizeExtensionMap (line 187) | func sizeExtensionMap(m map[int32]Extension) (n int) { function HasExtension (line 212) | func HasExtension(pb extendableProto, extension *ExtensionDesc) bool { function ClearExtension (line 219) | func ClearExtension(pb extendableProto, extension *ExtensionDesc) { function GetExtension (line 226) | func GetExtension(pb extendableProto, extension *ExtensionDesc) (interfa... function decodeExtension (line 262) | func decodeExtension(b []byte, extension *ExtensionDesc) (interface{}, e... function GetExtensions (line 297) | func GetExtensions(pb Message, es []*ExtensionDesc) (extensions []interf... function SetExtension (line 317) | func SetExtension(pb extendableProto, extension *ExtensionDesc, value in... function RegisterExtension (line 344) | func RegisterExtension(desc *ExtensionDesc) { function RegisteredExtensions (line 360) | func RegisteredExtensions(pb Message) map[int32]*ExtensionDesc { FILE: vendor/github.com/golang/protobuf/proto/extensions_test.go function TestGetExtensionsWithMissingExtensions (line 41) | func TestGetExtensionsWithMissingExtensions(t *testing.T) { function TestGetExtensionStability (line 62) | func TestGetExtensionStability(t *testing.T) { function TestExtensionsRoundTrip (line 96) | func TestExtensionsRoundTrip(t *testing.T) { function TestNilExtension (line 139) | func TestNilExtension(t *testing.T) { FILE: vendor/github.com/golang/protobuf/proto/lib.go type Message (line 219) | type Message interface type Stats (line 227) | type Stats struct constant collectStats (line 238) | collectStats = false function GetStats (line 243) | func GetStats() Stats { return stats } type Buffer (line 250) | type Buffer struct method Reset (line 273) | func (p *Buffer) Reset() { method SetBuf (line 280) | func (p *Buffer) SetBuf(s []byte) { method Bytes (line 286) | func (p *Buffer) Bytes() []byte { return p.buf } method DebugPrint (line 388) | func (p *Buffer) DebugPrint(s string, b []byte) { function NewBuffer (line 268) | func NewBuffer(e []byte) *Buffer { function Bool (line 294) | func Bool(v bool) *bool { function Int32 (line 300) | func Int32(v int32) *int32 { function Int (line 307) | func Int(v int) *int32 { function Int64 (line 315) | func Int64(v int64) *int64 { function Float32 (line 321) | func Float32(v float32) *float32 { function Float64 (line 327) | func Float64(v float64) *float64 { function Uint32 (line 333) | func Uint32(v uint32) *uint32 { function Uint64 (line 339) | func Uint64(v uint64) *uint64 { function String (line 345) | func String(v string) *string { function EnumName (line 351) | func EnumName(m map[int32]string, v int32) string { function UnmarshalJSONEnum (line 365) | func UnmarshalJSONEnum(m map[string]int32, data []byte, enumName string)... function SetDefaults (line 502) | func SetDefaults(pb Message) { function setDefaults (line 507) | func setDefaults(v reflect.Value, recur, zeros bool) { type defaultMessage (line 649) | type defaultMessage struct type scalarField (line 654) | type scalarField struct function buildDefaultMessage (line 661) | func buildDefaultMessage(t reflect.Type) (dm defaultMessage) { type mapKeys (line 784) | type mapKeys method Len (line 786) | func (s mapKeys) Len() int { return len(s) } method Swap (line 787) | func (s mapKeys) Swap(i, j int) { s[i], s[j] = s[j], s[i] } method Less (line 788) | func (s mapKeys) Less(i, j int) bool { FILE: vendor/github.com/golang/protobuf/proto/message_set.go type _MessageSet_Item (line 69) | type _MessageSet_Item struct type MessageSet (line 74) | type MessageSet struct method find (line 89) | func (ms *MessageSet) find(pb Message) *_MessageSet_Item { method Has (line 103) | func (ms *MessageSet) Has(pb Message) bool { method Unmarshal (line 110) | func (ms *MessageSet) Unmarshal(pb Message) error { method Marshal (line 120) | func (ms *MessageSet) Marshal(pb Message) error { method Reset (line 144) | func (ms *MessageSet) Reset() { *ms = MessageSet{} } method String (line 145) | func (ms *MessageSet) String() string { return CompactTextString(ms) } method ProtoMessage (line 146) | func (*MessageSet) ProtoMessage() {} type messageTypeIder (line 85) | type messageTypeIder interface function skipVarint (line 150) | func skipVarint(buf []byte) []byte { function MarshalMessageSet (line 159) | func MarshalMessageSet(m map[int32]Extension) ([]byte, error) { function UnmarshalMessageSet (line 188) | func UnmarshalMessageSet(buf []byte, m map[int32]Extension) error { function MarshalMessageSetJSON (line 219) | func MarshalMessageSetJSON(m map[int32]Extension) ([]byte, error) { function UnmarshalMessageSetJSON (line 262) | func UnmarshalMessageSetJSON(buf []byte, m map[int32]Extension) error { type messageSetDesc (line 276) | type messageSetDesc struct function RegisterMessageSetType (line 282) | func RegisterMessageSetType(m Message, fieldNum int32, name string) { FILE: vendor/github.com/golang/protobuf/proto/message_set_test.go function TestUnmarshalMessageSetWithDuplicate (line 39) | func TestUnmarshalMessageSetWithDuplicate(t *testing.T) { FILE: vendor/github.com/golang/protobuf/proto/pointer_reflect.go type structPointer (line 46) | type structPointer struct function toStructPointer (line 52) | func toStructPointer(v reflect.Value) structPointer { function structPointer_IsNil (line 57) | func structPointer_IsNil(p structPointer) bool { function structPointer_Interface (line 62) | func structPointer_Interface(p structPointer, _ reflect.Type) interface{} { type field (line 69) | type field method IsValid (line 80) | func (f field) IsValid() bool { return f != nil } function toField (line 72) | func toField(f *reflect.StructField) field { function structPointer_field (line 83) | func structPointer_field(p structPointer, f field) reflect.Value { function structPointer_ifield (line 98) | func structPointer_ifield(p structPointer, f field) interface{} { function structPointer_Bytes (line 103) | func structPointer_Bytes(p structPointer, f field) *[]byte { function structPointer_BytesSlice (line 108) | func structPointer_BytesSlice(p structPointer, f field) *[][]byte { function structPointer_Bool (line 113) | func structPointer_Bool(p structPointer, f field) **bool { function structPointer_BoolVal (line 118) | func structPointer_BoolVal(p structPointer, f field) *bool { function structPointer_BoolSlice (line 123) | func structPointer_BoolSlice(p structPointer, f field) *[]bool { function structPointer_String (line 128) | func structPointer_String(p structPointer, f field) **string { function structPointer_StringVal (line 133) | func structPointer_StringVal(p structPointer, f field) *string { function structPointer_StringSlice (line 138) | func structPointer_StringSlice(p structPointer, f field) *[]string { function structPointer_ExtMap (line 143) | func structPointer_ExtMap(p structPointer, f field) *map[int32]Extension { function structPointer_Map (line 148) | func structPointer_Map(p structPointer, f field, typ reflect.Type) refle... function structPointer_SetStructPointer (line 153) | func structPointer_SetStructPointer(p structPointer, f field, q structPo... function structPointer_GetStructPointer (line 158) | func structPointer_GetStructPointer(p structPointer, f field) structPoin... function structPointer_StructPointerSlice (line 163) | func structPointer_StructPointerSlice(p structPointer, f field) structPo... type structPointerSlice (line 169) | type structPointerSlice struct method Len (line 173) | func (p structPointerSlice) Len() int { return p.v.Le... method Index (line 174) | func (p structPointerSlice) Index(i int) structPointer { return struct... method Append (line 175) | func (p structPointerSlice) Append(q structPointer) { type word32 (line 190) | type word32 struct function word32_IsNil (line 195) | func word32_IsNil(p word32) bool { function word32_Set (line 200) | func word32_Set(p word32, o *Buffer, x uint32) { function word32_Get (line 235) | func word32_Get(p word32) uint32 { function structPointer_Word32 (line 249) | func structPointer_Word32(p structPointer, f field) word32 { type word32Val (line 255) | type word32Val struct function word32Val_Set (line 260) | func word32Val_Set(p word32Val, x uint32) { function word32Val_Get (line 278) | func word32Val_Get(p word32Val) uint32 { function structPointer_Word32Val (line 292) | func structPointer_Word32Val(p structPointer, f field) word32Val { type word32Slice (line 298) | type word32Slice struct method Append (line 302) | func (p word32Slice) Append(x uint32) { method Len (line 321) | func (p word32Slice) Len() int { method Index (line 325) | func (p word32Slice) Index(i int) uint32 { function structPointer_Word32Slice (line 339) | func structPointer_Word32Slice(p structPointer, f field) word32Slice { type word64 (line 344) | type word64 struct function word64_Set (line 348) | func word64_Set(p word64, o *Buffer, x uint64) { function word64_IsNil (line 379) | func word64_IsNil(p word64) bool { function word64_Get (line 383) | func word64_Get(p word64) uint64 { function structPointer_Word64 (line 396) | func structPointer_Word64(p structPointer, f field) word64 { type word64Val (line 401) | type word64Val struct function word64Val_Set (line 405) | func word64Val_Set(p word64Val, o *Buffer, x uint64) { function word64Val_Get (line 420) | func word64Val_Get(p word64Val) uint64 { function structPointer_Word64Val (line 433) | func structPointer_Word64Val(p structPointer, f field) word64Val { type word64Slice (line 437) | type word64Slice struct method Append (line 441) | func (p word64Slice) Append(x uint64) { method Len (line 460) | func (p word64Slice) Len() int { method Index (line 464) | func (p word64Slice) Index(i int) uint64 { function structPointer_Word64Slice (line 477) | func structPointer_Word64Slice(p structPointer, f field) word64Slice { FILE: vendor/github.com/golang/protobuf/proto/pointer_unsafe.go type structPointer (line 53) | type structPointer function toStructPointer (line 56) | func toStructPointer(v reflect.Value) structPointer { function structPointer_IsNil (line 61) | func structPointer_IsNil(p structPointer) bool { function structPointer_Interface (line 67) | func structPointer_Interface(p structPointer, t reflect.Type) interface{} { type field (line 73) | type field method IsValid (line 84) | func (f field) IsValid() bool { function toField (line 76) | func toField(f *reflect.StructField) field { constant invalidField (line 81) | invalidField = ^field(0) function structPointer_Bytes (line 89) | func structPointer_Bytes(p structPointer, f field) *[]byte { function structPointer_BytesSlice (line 94) | func structPointer_BytesSlice(p structPointer, f field) *[][]byte { function structPointer_Bool (line 99) | func structPointer_Bool(p structPointer, f field) **bool { function structPointer_BoolVal (line 104) | func structPointer_BoolVal(p structPointer, f field) *bool { function structPointer_BoolSlice (line 109) | func structPointer_BoolSlice(p structPointer, f field) *[]bool { function structPointer_String (line 114) | func structPointer_String(p structPointer, f field) **string { function structPointer_StringVal (line 119) | func structPointer_StringVal(p structPointer, f field) *string { function structPointer_StringSlice (line 124) | func structPointer_StringSlice(p structPointer, f field) *[]string { function structPointer_ExtMap (line 129) | func structPointer_ExtMap(p structPointer, f field) *map[int32]Extension { function structPointer_Map (line 134) | func structPointer_Map(p structPointer, f field, typ reflect.Type) refle... function structPointer_SetStructPointer (line 139) | func structPointer_SetStructPointer(p structPointer, f field, q structPo... function structPointer_GetStructPointer (line 144) | func structPointer_GetStructPointer(p structPointer, f field) structPoin... function structPointer_StructPointerSlice (line 149) | func structPointer_StructPointerSlice(p structPointer, f field) *structP... type structPointerSlice (line 154) | type structPointerSlice method Len (line 156) | func (v *structPointerSlice) Len() int { return len(*... method Index (line 157) | func (v *structPointerSlice) Index(i int) structPointer { return (*v)[... method Append (line 158) | func (v *structPointerSlice) Append(p structPointer) { *v = append(... type word32 (line 161) | type word32 function word32_IsNil (line 164) | func word32_IsNil(p word32) bool { function word32_Set (line 169) | func word32_Set(p word32, o *Buffer, x uint32) { function word32_Get (line 179) | func word32_Get(p word32) uint32 { function structPointer_Word32 (line 184) | func structPointer_Word32(p structPointer, f field) word32 { type word32Val (line 189) | type word32Val function word32Val_Set (line 192) | func word32Val_Set(p word32Val, x uint32) { function word32Val_Get (line 197) | func word32Val_Get(p word32Val) uint32 { function structPointer_Word32Val (line 202) | func structPointer_Word32Val(p structPointer, f field) word32Val { type word32Slice (line 207) | type word32Slice method Append (line 209) | func (v *word32Slice) Append(x uint32) { *v = append(*v, x) } method Len (line 210) | func (v *word32Slice) Len() int { return len(*v) } method Index (line 211) | func (v *word32Slice) Index(i int) uint32 { return (*v)[i] } function structPointer_Word32Slice (line 214) | func structPointer_Word32Slice(p structPointer, f field) *word32Slice { type word64 (line 219) | type word64 function word64_Set (line 221) | func word64_Set(p word64, o *Buffer, x uint64) { function word64_IsNil (line 230) | func word64_IsNil(p word64) bool { function word64_Get (line 234) | func word64_Get(p word64) uint64 { function structPointer_Word64 (line 238) | func structPointer_Word64(p structPointer, f field) word64 { type word64Val (line 243) | type word64Val function word64Val_Set (line 245) | func word64Val_Set(p word64Val, o *Buffer, x uint64) { function word64Val_Get (line 249) | func word64Val_Get(p word64Val) uint64 { function structPointer_Word64Val (line 253) | func structPointer_Word64Val(p structPointer, f field) word64Val { type word64Slice (line 258) | type word64Slice method Append (line 260) | func (v *word64Slice) Append(x uint64) { *v = append(*v, x) } method Len (line 261) | func (v *word64Slice) Len() int { return len(*v) } method Index (line 262) | func (v *word64Slice) Index(i int) uint64 { return (*v)[i] } function structPointer_Word64Slice (line 264) | func structPointer_Word64Slice(p structPointer, f field) *word64Slice { FILE: vendor/github.com/golang/protobuf/proto/properties.go constant debug (line 48) | debug bool = false constant WireVarint (line 52) | WireVarint = 0 constant WireFixed64 (line 53) | WireFixed64 = 1 constant WireBytes (line 54) | WireBytes = 2 constant WireStartGroup (line 55) | WireStartGroup = 3 constant WireEndGroup (line 56) | WireEndGroup = 4 constant WireFixed32 (line 57) | WireFixed32 = 5 constant startSize (line 60) | startSize = 10 type encoder (line 65) | type encoder type valueEncoder (line 68) | type valueEncoder type sizer (line 73) | type sizer type valueSizer (line 77) | type valueSizer type decoder (line 82) | type decoder type valueDecoder (line 85) | type valueDecoder type tagMap (line 90) | type tagMap struct method get (line 99) | func (p *tagMap) get(t int) (int, bool) { method put (line 111) | func (p *tagMap) put(t int, fi int) { constant tagMapFastLimit (line 97) | tagMapFastLimit = 1024 type StructProperties (line 127) | type StructProperties struct method Len (line 140) | func (sp *StructProperties) Len() int { return len(sp.order) } method Less (line 141) | func (sp *StructProperties) Less(i, j int) bool { method Swap (line 144) | func (sp *StructProperties) Swap(i, j int) { sp.order[i], sp.order[j] ... type Properties (line 147) | type Properties struct method String (line 189) | func (p *Properties) String() string { method Parse (line 221) | func (p *Properties) Parse(s string) { method setEncAndDec (line 306) | func (p *Properties) setEncAndDec(typ reflect.Type, f *reflect.StructF... method Init (line 584) | func (p *Properties) Init(typ reflect.Type, name, tag string, f *refle... method init (line 588) | func (p *Properties) init(typ reflect.Type, name, tag string, f *refle... function logNoSliceEnc (line 299) | func logNoSliceEnc(t1, t2 reflect.Type) { function isMarshaler (line 562) | func isMarshaler(t reflect.Type) bool { function isUnmarshaler (line 573) | func isUnmarshaler(t reflect.Type) bool { function GetProperties (line 609) | func GetProperties(t reflect.Type) *StructProperties { function getPropertiesLocked (line 633) | func getPropertiesLocked(t reflect.Type) *StructProperties { function propByIndex (line 707) | func propByIndex(t reflect.Type, x []int) *Properties { function getbase (line 717) | func getbase(pb Message) (t reflect.Type, b structPointer, err error) { function RegisterEnum (line 737) | func RegisterEnum(typeName string, unusedNameMap map[int32]string, value... FILE: vendor/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go type Message_Humour (line 24) | type Message_Humour method String (line 46) | func (x Message_Humour) String() string { constant Message_UNKNOWN (line 27) | Message_UNKNOWN Message_Humour = 0 constant Message_PUNS (line 28) | Message_PUNS Message_Humour = 1 constant Message_SLAPSTICK (line 29) | Message_SLAPSTICK Message_Humour = 2 constant Message_BILL_BAILEY (line 30) | Message_BILL_BAILEY Message_Humour = 3 type Message (line 50) | type Message struct method Reset (line 65) | func (m *Message) Reset() { *m = Message{} } method String (line 66) | func (m *Message) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 67) | func (*Message) ProtoMessage() {} method GetNested (line 69) | func (m *Message) GetNested() *Nested { method GetTerrain (line 76) | func (m *Message) GetTerrain() map[string]*Nested { method GetProto2Field (line 83) | func (m *Message) GetProto2Field() *testdata.SubDefaults { method GetProto2Value (line 90) | func (m *Message) GetProto2Value() map[string]*testdata.SubDefaults { type Nested (line 97) | type Nested struct method Reset (line 101) | func (m *Nested) Reset() { *m = Nested{} } method String (line 102) | func (m *Nested) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 103) | func (*Nested) ProtoMessage() {} type MessageWithMap (line 105) | type MessageWithMap struct method Reset (line 109) | func (m *MessageWithMap) Reset() { *m = MessageWithMap{} } method String (line 110) | func (m *MessageWithMap) String() string { return proto.CompactTextStr... method ProtoMessage (line 111) | func (*MessageWithMap) ProtoMessage() {} method GetByteMapping (line 113) | func (m *MessageWithMap) GetByteMapping() map[bool][]byte { function init (line 120) | func init() { FILE: vendor/github.com/golang/protobuf/proto/proto3_test.go function TestProto3ZeroValues (line 42) | func TestProto3ZeroValues(t *testing.T) { function TestRoundTripProto3 (line 62) | func TestRoundTripProto3(t *testing.T) { function TestProto3SetDefaults (line 96) | func TestProto3SetDefaults(t *testing.T) { FILE: vendor/github.com/golang/protobuf/proto/size2_test.go function TestVarintSize (line 42) | func TestVarintSize(t *testing.T) { FILE: vendor/github.com/golang/protobuf/proto/size_test.go function init (line 49) | func init() { function TestSize (line 129) | func TestSize(t *testing.T) { FILE: vendor/github.com/golang/protobuf/proto/text.go type writer (line 65) | type writer interface type textWriter (line 71) | type textWriter struct method WriteString (line 78) | func (w *textWriter) WriteString(s string) (n int, err error) { method Write (line 92) | func (w *textWriter) Write(p []byte) (n int, err error) { method WriteByte (line 141) | func (w *textWriter) WriteByte(c byte) error { method indent (line 153) | func (w *textWriter) indent() { w.ind++ } method unindent (line 155) | func (w *textWriter) unindent() { method writeIndent (line 710) | func (w *textWriter) writeIndent() { function writeName (line 163) | func writeName(w *textWriter, props *Properties) error { type raw (line 178) | type raw interface function writeStruct (line 182) | func writeStruct(w *textWriter, sv reflect.Value) error { function writeRaw (line 379) | func writeRaw(w *textWriter, b []byte) error { function writeAny (line 400) | func writeAny(w *textWriter, v reflect.Value, props *Properties) error { function isprint (line 472) | func isprint(c byte) bool { function writeString (line 481) | func writeString(w *textWriter, s string) error { function writeMessageSet (line 517) | func writeMessageSet(w *textWriter, ms *MessageSet) error { function writeUnknownStruct (line 555) | func writeUnknownStruct(w *textWriter, data []byte) (err error) { function writeUnknownInt (line 622) | func writeUnknownInt(w *textWriter, x uint64, err error) error { type int32Slice (line 631) | type int32Slice method Len (line 633) | func (s int32Slice) Len() int { return len(s) } method Less (line 634) | func (s int32Slice) Less(i, j int) bool { return s[i] < s[j] } method Swap (line 635) | func (s int32Slice) Swap(i, j int) { s[i], s[j] = s[j], s[i] } function writeExtensions (line 639) | func writeExtensions(w *textWriter, pv reflect.Value) error { function writeExtension (line 692) | func writeExtension(w *textWriter, name string, pb interface{}) error { function marshalText (line 726) | func marshalText(w io.Writer, pb Message, compact bool) error { function MarshalText (line 770) | func MarshalText(w io.Writer, pb Message) error { function MarshalTextString (line 775) | func MarshalTextString(pb Message) string { function CompactText (line 782) | func CompactText(w io.Writer, pb Message) error { return marshalText(w, ... function CompactTextString (line 785) | func CompactTextString(pb Message) string { FILE: vendor/github.com/golang/protobuf/proto/text_parser.go type ParseError (line 47) | type ParseError struct method Error (line 53) | func (p *ParseError) Error() string { type token (line 61) | type token struct method String (line 69) | func (t *token) String() string { type textParser (line 76) | type textParser struct method errorf (line 92) | func (p *textParser) errorf(format string, a ...interface{}) *ParseErr... method skipWhitespace (line 122) | func (p *textParser) skipWhitespace() { method advance (line 146) | func (p *textParser) advance() { method back (line 325) | func (p *textParser) back() { p.backed = true } method next (line 328) | func (p *textParser) next() *token { method consumeToken (line 358) | func (p *textParser) consumeToken(s string) error { method missingRequiredFieldError (line 371) | func (p *textParser) missingRequiredFieldError(sv reflect.Value) *Requ... method checkForColon (line 399) | func (p *textParser) checkForColon(props *Properties, typ reflect.Type... method readStruct (line 439) | func (p *textParser) readStruct(sv reflect.Value, terminator string) e... method consumeOptionalSeparator (line 628) | func (p *textParser) consumeOptionalSeparator() error { method readAny (line 639) | func (p *textParser) readAny(v reflect.Value, props *Properties) error { function newTextParser (line 84) | func newTextParser(s string) *textParser { function isIdentOrNumberChar (line 100) | func isIdentOrNumberChar(c byte) bool { function isWhitespace (line 114) | func isWhitespace(c byte) bool { function unquoteC (line 201) | func unquoteC(s string, quote rune) (string, error) { function unescape (line 244) | func unescape(s string) (ch string, tail string, err error) { function unhex (line 311) | func unhex(b byte) (v byte, ok bool) { function structFieldByName (line 388) | func structFieldByName(st reflect.Type, name string) (int, *Properties, ... function UnmarshalText (line 761) | func UnmarshalText(s string, pb Message) error { FILE: vendor/github.com/golang/protobuf/proto/text_parser_test.go type UnmarshalTextTest (line 44) | type UnmarshalTextTest struct function buildExtStructTest (line 50) | func buildExtStructTest(text string) UnmarshalTextTest { function buildExtDataTest (line 60) | func buildExtDataTest(text string) UnmarshalTextTest { function buildExtRepStringTest (line 69) | func buildExtRepStringTest(text string) UnmarshalTextTest { function TestUnmarshalText (line 396) | func TestUnmarshalText(t *testing.T) { function TestUnmarshalTextCustomMessage (line 423) | func TestUnmarshalTextCustomMessage(t *testing.T) { function TestRepeatedEnum (line 434) | func TestRepeatedEnum(t *testing.T) { function TestProto3TextParsing (line 447) | func TestProto3TextParsing(t *testing.T) { function TestMapParsing (line 462) | func TestMapParsing(t *testing.T) { function init (line 491) | func init() { function BenchmarkUnmarshalText (line 505) | func BenchmarkUnmarshalText(b *testing.B) { FILE: vendor/github.com/golang/protobuf/proto/text_test.go type textMessage (line 50) | type textMessage struct method MarshalText (line 53) | func (*textMessage) MarshalText() ([]byte, error) { method UnmarshalText (line 57) | func (*textMessage) UnmarshalText(bytes []byte) error { method Reset (line 64) | func (*textMessage) Reset() {} method String (line 65) | func (*textMessage) String() string { return "" } method ProtoMessage (line 66) | func (*textMessage) ProtoMessage() {} function newTestMessage (line 68) | func newTestMessage() *pb.MyMessage { constant text (line 126) | text = `count: 42 function TestMarshalText (line 166) | func TestMarshalText(t *testing.T) { function TestMarshalTextCustomMessage (line 177) | func TestMarshalTextCustomMessage(t *testing.T) { function TestMarshalTextNil (line 187) | func TestMarshalTextNil(t *testing.T) { function TestMarshalTextUnknownEnum (line 201) | func TestMarshalTextUnknownEnum(t *testing.T) { function BenchmarkMarshalTextBuffered (line 211) | func BenchmarkMarshalTextBuffered(b *testing.B) { function BenchmarkMarshalTextUnbuffered (line 220) | func BenchmarkMarshalTextUnbuffered(b *testing.B) { function compact (line 228) | func compact(src string) string { function TestCompactText (line 275) | func TestCompactText(t *testing.T) { function TestStringEscaping (line 282) | func TestStringEscaping(t *testing.T) { type limitedWriter (line 332) | type limitedWriter struct method Write (line 339) | func (w *limitedWriter) Write(p []byte) (n int, err error) { function TestMarshalTextFailing (line 351) | func TestMarshalTextFailing(t *testing.T) { function TestFloats (line 369) | func TestFloats(t *testing.T) { function TestRepeatedNilText (line 390) | func TestRepeatedNilText(t *testing.T) { function TestProto3Text (line 411) | func TestProto3Text(t *testing.T) { FILE: vendor/github.com/mreiferson/go-options/example_test.go type Options (line 11) | type Options struct function ExampleResolve (line 17) | func ExampleResolve() { FILE: vendor/github.com/mreiferson/go-options/options.go function Resolve (line 36) | func Resolve(options interface{}, flagSet *flag.FlagSet, cfg map[string]... function coerceBool (line 100) | func coerceBool(v interface{}) (bool, error) { function coerceInt64 (line 112) | func coerceInt64(v interface{}) (int64, error) { function coerceDuration (line 122) | func coerceDuration(v interface{}, arg string) (time.Duration, error) { function coerceStringSlice (line 148) | func coerceStringSlice(v interface{}) ([]string, error) { function coerceFloat64Slice (line 165) | func coerceFloat64Slice(v interface{}) ([]float64, error) { function coerceString (line 195) | func coerceString(v interface{}) (string, error) { function coerce (line 203) | func coerce(v interface{}, opt interface{}, arg string) (interface{}, er... function hasArg (line 257) | func hasArg(s string) bool { FILE: vendor/github.com/mreiferson/go-snappystream/reader.go type reader (line 18) | type reader struct method WriteTo (line 63) | func (r *reader) WriteTo(w io.Writer) (int64, error) { method read (line 139) | func (r *reader) read(b []byte) (int, error) { method Read (line 145) | func (r *reader) Read(b []byte) (int, error) { method nextFrame (line 164) | func (r *reader) nextFrame(w io.Writer) (int, error) { method decodeBlock (line 213) | func (r *reader) decodeBlock(w io.Writer) (int, error) { method readStreamID (line 251) | func (r *reader) readStreamID() error { method discardBlock (line 269) | func (r *reader) discardBlock() error { method readBlock (line 275) | func (r *reader) readBlock() ([]byte, error) { function NewReader (line 48) | func NewReader(r io.Reader, verifyChecksum bool) io.Reader { type bufferFallbackWriter (line 112) | type bufferFallbackWriter struct method Write (line 123) | func (w *bufferFallbackWriter) Write(b []byte) (int, error) { function decodeLength (line 296) | func decodeLength(b []byte) uint32 { function unmaskChecksum (line 300) | func unmaskChecksum(c uint32) uint32 { function noeof (line 307) | func noeof(n int, err error) (int, error) { function noeof64 (line 316) | func noeof64(n int64, err error) (int64, error) { FILE: vendor/github.com/mreiferson/go-snappystream/reader_test.go function TestReader_skippable (line 17) | func TestReader_skippable(t *testing.T) { function TestReader_unskippable (line 62) | func TestReader_unskippable(t *testing.T) { function TestReaderStreamID (line 91) | func TestReaderStreamID(t *testing.T) { function TestReader_maxPad (line 133) | func TestReader_maxPad(t *testing.T) { function TestReader_maxSkippable (line 152) | func TestReader_maxSkippable(t *testing.T) { function TestReader_maxBlock (line 171) | func TestReader_maxBlock(t *testing.T) { function TestReader_maxUnskippable (line 206) | func TestReader_maxUnskippable(t *testing.T) { function TestReader_blockTooLarge (line 241) | func TestReader_blockTooLarge(t *testing.T) { function TestReader_corruption (line 276) | func TestReader_corruption(t *testing.T) { function TestReader_unexpectedEOF (line 360) | func TestReader_unexpectedEOF(t *testing.T) { function compressedChunkGreaterN (line 427) | func compressedChunkGreaterN(t *testing.T, n int) []byte { function compressedChunk (line 459) | func compressedChunk(t *testing.T, src []byte) []byte { function uncompressedChunk (line 480) | func uncompressedChunk(t *testing.T, src []byte) []byte { function opaqueChunk (line 496) | func opaqueChunk(b byte, n int) []byte { function TestReaderWriteTo (line 522) | func TestReaderWriteTo(t *testing.T) { function TestReaderWriteToPreviousError (line 551) | func TestReaderWriteToPreviousError(t *testing.T) { type readerErrorFirst (line 583) | type readerErrorFirst struct method Read (line 596) | func (r *readerErrorFirst) Read(b []byte) (int, error) { function readErrorFirst (line 589) | func readErrorFirst(r io.Reader, err error) io.Reader { function TestReaderWriteToWriteError (line 604) | func TestReaderWriteToWriteError(t *testing.T) { type writerUnwritable (line 633) | type writerUnwritable struct method Write (line 637) | func (w *writerUnwritable) Write([]byte) (int, error) { function unwritable (line 641) | func unwritable(err error) io.Writer { function encodedString (line 645) | func encodedString(s string) io.Reader { FILE: vendor/github.com/mreiferson/go-snappystream/readwrite_test.go constant TestFileSize (line 11) | TestFileSize = 10 << 20 function dummyBytesReader (line 19) | func dummyBytesReader(p []byte) io.Reader { function testWriteThenRead (line 23) | func testWriteThenRead(t *testing.T, name string, bs []byte) { function testBufferedWriteThenRead (line 59) | func testBufferedWriteThenRead(t *testing.T, name string, bs []byte) { function TestWriterReader (line 100) | func TestWriterReader(t *testing.T) { function TestBufferedWriterReader (line 116) | func TestBufferedWriterReader(t *testing.T) { function TestWriterChunk (line 132) | func TestWriterChunk(t *testing.T) { function BenchmarkWriterManpage (line 162) | func BenchmarkWriterManpage(b *testing.B) { function BenchmarkBufferedWriterManpage (line 165) | func BenchmarkBufferedWriterManpage(b *testing.B) { function BenchmarkBufferedWriterManpageNoCopy (line 168) | func BenchmarkBufferedWriterManpageNoCopy(b *testing.B) { function BenchmarkWriterJSON (line 172) | func BenchmarkWriterJSON(b *testing.B) { function BenchmarkBufferedWriterJSON (line 175) | func BenchmarkBufferedWriterJSON(b *testing.B) { function BenchmarkBufferedWriterJSONNoCopy (line 178) | func BenchmarkBufferedWriterJSONNoCopy(b *testing.B) { function BenchmarkWriterRandom (line 184) | func BenchmarkWriterRandom(b *testing.B) { function BenchmarkBufferedWriterRandom (line 187) | func BenchmarkBufferedWriterRandom(b *testing.B) { function BenchmarkBufferedWriterRandomNoCopy (line 190) | func BenchmarkBufferedWriterRandomNoCopy(b *testing.B) { function BenchmarkWriterConstant (line 196) | func BenchmarkWriterConstant(b *testing.B) { function BenchmarkBufferedWriterConstant (line 199) | func BenchmarkBufferedWriterConstant(b *testing.B) { function BenchmarkBufferedWriterConstantNoCopy (line 202) | func BenchmarkBufferedWriterConstantNoCopy(b *testing.B) { function benchmarkWriterBytes (line 206) | func benchmarkWriterBytes(b *testing.B, p []byte) { function benchmarkBufferedWriterBytes (line 214) | func benchmarkBufferedWriterBytes(b *testing.B, p []byte) { function benchmarkBufferedWriterBytesNoCopy (line 221) | func benchmarkBufferedWriterBytesNoCopy(b *testing.B, p []byte) { function benchmarkEncode (line 231) | func benchmarkEncode(b *testing.B, enc func() io.WriteCloser, bs []byte) { function BenchmarkReaderManpage (line 252) | func BenchmarkReaderManpage(b *testing.B) { function BenchmarkReaderManpage_buffered (line 255) | func BenchmarkReaderManpage_buffered(b *testing.B) { function BenchmarkReaderManpageNoCopy (line 258) | func BenchmarkReaderManpageNoCopy(b *testing.B) { function BenchmarkReaderJSON (line 262) | func BenchmarkReaderJSON(b *testing.B) { function BenchmarkReaderJSON_buffered (line 265) | func BenchmarkReaderJSON_buffered(b *testing.B) { function BenchmarkReaderJSONNoCopy (line 268) | func BenchmarkReaderJSONNoCopy(b *testing.B) { function BenchmarkReaderRandom (line 273) | func BenchmarkReaderRandom(b *testing.B) { function BenchmarkReaderRandom_buffered (line 276) | func BenchmarkReaderRandom_buffered(b *testing.B) { function BenchmarkReaderRandomNoCopy (line 279) | func BenchmarkReaderRandomNoCopy(b *testing.B) { function BenchmarkReaderConstant (line 284) | func BenchmarkReaderConstant(b *testing.B) { function BenchmarkReaderConstant_buffered (line 287) | func BenchmarkReaderConstant_buffered(b *testing.B) { function BenchmarkReaderConstantNoCopy (line 290) | func BenchmarkReaderConstantNoCopy(b *testing.B) { function encodeAndBenchmarkReader (line 299) | func encodeAndBenchmarkReader(b *testing.B, p []byte) { function encodeAndBenchmarkReader_buffered (line 315) | func encodeAndBenchmarkReader_buffered(b *testing.B, p []byte) { function encodeAndBenchmarkReaderNoCopy (line 333) | func encodeAndBenchmarkReaderNoCopy(b *testing.B, p []byte) { function benchmarkDecode (line 347) | func benchmarkDecode(b *testing.B, dec func(io.Reader) io.Reader, size i... function encodeStreamBytes (line 366) | func encodeStreamBytes(b []byte, buffer bool) ([]byte, error) { function encodeStream (line 373) | func encodeStream(r io.Reader, buffer bool) ([]byte, error) { function randBytes (line 399) | func randBytes(b *testing.B, size int) []byte { type writeCloserNoCopy (line 411) | type writeCloserNoCopy struct type nopWriteCloser (line 419) | type nopWriteCloser struct method Close (line 423) | func (w *nopWriteCloser) Close() error { FILE: vendor/github.com/mreiferson/go-snappystream/snappystream.go constant Ext (line 13) | Ext = ".sz" constant MediaType (line 16) | MediaType = "application/x-snappy-framed" constant ContentEncoding (line 20) | ContentEncoding = "x-snappy-framed" constant MaxBlockSize (line 24) | MaxBlockSize = 65536 constant VerifyChecksum (line 30) | VerifyChecksum = true constant SkipVerifyChecksum (line 31) | SkipVerifyChecksum = false constant blockCompressed (line 35) | blockCompressed = 0x00 constant blockUncompressed (line 36) | blockUncompressed = 0x01 constant blockPadding (line 37) | blockPadding = 0xfe constant blockStreamIdentifier (line 38) | blockStreamIdentifier = 0xff function maskChecksum (line 46) | func maskChecksum(c uint32) uint32 { function init (line 52) | func init() { FILE: vendor/github.com/mreiferson/go-snappystream/writer.go type BufferedWriter (line 27) | type BufferedWriter struct method ReadFrom (line 50) | func (w *BufferedWriter) ReadFrom(r io.Reader) (int64, error) { method Write (line 63) | func (w *BufferedWriter) Write(p []byte) (int, error) { method Flush (line 79) | func (w *BufferedWriter) Flush() error { method Close (line 90) | func (w *BufferedWriter) Close() error { function NewBufferedWriter (line 38) | func NewBufferedWriter(w io.Writer) *BufferedWriter { type writer (line 107) | type writer struct method Write (line 137) | func (w *writer) Write(p []byte) (int, error) { method write (line 162) | func (w *writer) write(p []byte) (int, error) { function NewWriter (line 128) | func NewWriter(w io.Writer) io.Writer { function writeHeader (line 214) | func writeHeader(hdr []byte, btype byte, enc, dec []byte) { FILE: vendor/github.com/mreiferson/go-snappystream/writer_test.go function TestBufferedWriterClose (line 12) | func TestBufferedWriterClose(t *testing.T) { function TestBufferedWriter_compression (line 34) | func TestBufferedWriter_compression(t *testing.T) { function TestBufferedWriterFlush (line 83) | func TestBufferedWriterFlush(t *testing.T) { FILE: vendor/golang.org/x/net/context/context.go type Context (line 50) | type Context interface type emptyCtx (line 150) | type emptyCtx method Deadline (line 152) | func (*emptyCtx) Deadline() (deadline time.Time, ok bool) { method Done (line 156) | func (*emptyCtx) Done() <-chan struct{} { method Err (line 160) | func (*emptyCtx) Err() error { method Value (line 164) | func (*emptyCtx) Value(key interface{}) interface{} { method String (line 168) | func (e *emptyCtx) String() string { function Background (line 187) | func Background() Context { function TODO (line 196) | func TODO() Context { type CancelFunc (line 203) | type CancelFunc function WithCancel (line 211) | func WithCancel(parent Context) (ctx Context, cancel CancelFunc) { function newCancelCtx (line 218) | func newCancelCtx(parent Context) cancelCtx { function propagateCancel (line 226) | func propagateCancel(parent Context, child canceler) { function parentCancelCtx (line 256) | func parentCancelCtx(parent Context) (*cancelCtx, bool) { function removeChild (line 272) | func removeChild(parent Context, child canceler) { type canceler (line 286) | type canceler interface type cancelCtx (line 293) | type cancelCtx struct method Done (line 303) | func (c *cancelCtx) Done() <-chan struct{} { method Err (line 307) | func (c *cancelCtx) Err() error { method String (line 313) | func (c *cancelCtx) String() string { method cancel (line 319) | func (c *cancelCtx) cancel(removeFromParent bool, err error) { function WithDeadline (line 351) | func WithDeadline(parent Context, deadline time.Time) (Context, CancelFu... type timerCtx (line 379) | type timerCtx struct method Deadline (line 386) | func (c *timerCtx) Deadline() (deadline time.Time, ok bool) { method String (line 390) | func (c *timerCtx) String() string { method cancel (line 394) | func (c *timerCtx) cancel(removeFromParent bool, err error) { function WithTimeout (line 418) | func WithTimeout(parent Context, timeout time.Duration) (Context, Cancel... function WithValue (line 427) | func WithValue(parent Context, key interface{}, val interface{}) Context { type valueCtx (line 433) | type valueCtx struct method String (line 438) | func (c *valueCtx) String() string { method Value (line 442) | func (c *valueCtx) Value(key interface{}) interface{} { FILE: vendor/golang.org/x/net/context/context_test.go type otherContext (line 20) | type otherContext struct function TestBackground (line 24) | func TestBackground(t *testing.T) { function TestTODO (line 39) | func TestTODO(t *testing.T) { function TestWithCancel (line 54) | func TestWithCancel(t *testing.T) { function TestParentFinishesChild (line 95) | func TestParentFinishesChild(t *testing.T) { function TestChildFinishesFirst (line 172) | func TestChildFinishesFirst(t *testing.T) { function testDeadline (line 232) | func testDeadline(c Context, wait time.Duration, t *testing.T) { function TestDeadline (line 243) | func TestDeadline(t *testing.T) { function TestTimeout (line 260) | func TestTimeout(t *testing.T) { function TestCanceledTimeout (line 277) | func TestCanceledTimeout(t *testing.T) { type key1 (line 293) | type key1 type key2 (line 294) | type key2 function TestValues (line 300) | func TestValues(t *testing.T) { function TestAllocs (line 348) | func TestAllocs(t *testing.T) { function TestSimultaneousCancels (line 413) | func TestSimultaneousCancels(t *testing.T) { function TestInterlockedCancels (line 461) | func TestInterlockedCancels(t *testing.T) { function TestLayersCancel (line 478) | func TestLayersCancel(t *testing.T) { function TestLayersTimeout (line 482) | func TestLayersTimeout(t *testing.T) { function testLayers (line 486) | func testLayers(t *testing.T, seed int64, testTimeout bool) { function TestCancelRemoves (line 555) | func TestCancelRemoves(t *testing.T) { FILE: vendor/golang.org/x/net/context/ctxhttp/cancelreq.go function canceler (line 11) | func canceler(client *http.Client, req *http.Request) func() { FILE: vendor/golang.org/x/net/context/ctxhttp/cancelreq_go14.go type requestCanceler (line 11) | type requestCanceler interface function canceler (line 15) | func canceler(client *http.Client, req *http.Request) func() { FILE: vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go function Do (line 20) | func Do(ctx context.Context, client *http.Client, req *http.Request) (*h... function Get (line 49) | func Get(ctx context.Context, client *http.Client, url string) (*http.Re... function Head (line 58) | func Head(ctx context.Context, client *http.Client, url string) (*http.R... function Post (line 67) | func Post(ctx context.Context, client *http.Client, url string, bodyType... function PostForm (line 77) | func PostForm(ctx context.Context, client *http.Client, url string, data... FILE: vendor/golang.org/x/net/context/ctxhttp/ctxhttp_test.go constant requestDuration (line 18) | requestDuration = 100 * time.Millisecond constant requestBody (line 19) | requestBody = "ok" function TestNoTimeout (line 22) | func TestNoTimeout(t *testing.T) { function TestCancel (line 30) | func TestCancel(t *testing.T) { function TestCancelAfterRequest (line 47) | func TestCancelAfterRequest(t *testing.T) { function doRequest (line 62) | func doRequest(ctx context.Context) (*http.Response, error) { FILE: vendor/golang.org/x/net/context/withtimeout_test.go function ExampleWithTimeout (line 14) | func ExampleWithTimeout() {