Documentation ¶
Index ¶
- func Addr(addr string) zap.Field
- func App(appID string) zap.Field
- func Base(base map[string]interface{}) zap.Field
- func Channel(channel string) zap.Field
- func Cluster(cid uint64) zap.Field
- func Count(n int64) zap.Field
- func Desc(description string) zap.Field
- func DispatcherID(id string) zap.Field
- func DispatcherName(name string) zap.Field
- func Eid(id string) zap.Field
- func Elapsed(duration time.Duration) zap.Field
- func Elapsedms(duration time.Duration) zap.Field
- func Endpoints(endpoints []string) zap.Field
- func Event(ev cloudevents.Event) zap.Field
- func FailureStatusEvent(w io.Writer, fmtstr string, a ...interface{})
- func Group(group string) zap.Field
- func Header(header map[string]string) zap.Field
- func Host(host string) zap.Field
- func ID(id string) zap.Field
- func InfoStatusEvent(w io.Writer, fmtstr string, a ...interface{})
- func Key(key string) zap.Field
- func Lease(lease int64) zap.Field
- func Member(mid uint64) zap.Field
- func Message(msg interface{}) zap.Field
- func Method(method string) zap.Field
- func Mid(id string) zap.Field
- func MsgID(msgID string) zap.Field
- func Name(name string) zap.Field
- func Offset(offset int64) zap.Field
- func Op(op string) zap.Field
- func Owner(owner string) zap.Field
- func PK(key string) zap.Field
- func Partition(partition int32) zap.Field
- func Path(path string) zap.Field
- func Payload(payload []byte) zap.Field
- func PendingStatusEvent(w io.Writer, fmtstr string, a ...interface{})
- func Port(port int) zap.Field
- func Prefix(prefix string) zap.Field
- func Pubsub(pubsub string) zap.Field
- func Queue(v interface{}) zap.Field
- func Reason(reason string) zap.Field
- func Receiver(receiver string) zap.Field
- func ReqID(reqID string) zap.Field
- func Revision(revision uint64) zap.Field
- func Sender(sender string) zap.Field
- func Source(source string) zap.Field
- func Spec(spec string) zap.Field
- func Status(status string) zap.Field
- func SuccessStatusEvent(w io.Writer, fmtstr string, a ...interface{})
- func TQL(tql string) zap.Field
- func Target(target string) zap.Field
- func Template(tid string) zap.Field
- func Term(term int64) zap.Field
- func Topic(topic string) zap.Field
- func Type(t string) zap.Field
- func Value(val interface{}) zap.Field
- func Version(version int64) zap.Field
- func WarningStatusEvent(w io.Writer, fmtstr string, a ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DispatcherID ¶ added in v0.4.1
func DispatcherName ¶ added in v0.4.1
func FailureStatusEvent ¶ added in v0.4.1
FailureStatusEvent reports on a failure event.
func InfoStatusEvent ¶ added in v0.4.1
InfoStatusEvent reports status information on an event.
func PendingStatusEvent ¶ added in v0.4.1
PendingStatusEvent reports on a pending event.
func SuccessStatusEvent ¶ added in v0.4.1
SuccessStatusEvent reports on a success event.
func WarningStatusEvent ¶ added in v0.4.1
WarningStatusEvent reports on a failure event.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.