nip77 wip #572
Annotations
10 errors and 1 warning
test:
nip77/envelopes.go#L24
cannot use &EventEnvelope{} (value of type *EventEnvelope) as Envelope value in assignment: *EventEnvelope does not implement Envelope (missing method String)
|
test:
nip77/envelopes.go#L26
cannot use &ReqEnvelope{} (value of type *ReqEnvelope) as Envelope value in assignment: *ReqEnvelope does not implement Envelope (missing method String)
|
test:
nip77/envelopes.go#L63
undefined: Event
|
test:
nip77/envelopes.go#L67
cannot use (*EventEnvelope)(nil) (value of type *EventEnvelope) as Envelope value in variable declaration: *EventEnvelope does not implement Envelope (missing method String)
|
test:
nip77/envelopes.go#L68
cannot use (*ReqEnvelope)(nil) (value of type *ReqEnvelope) as Envelope value in variable declaration: *ReqEnvelope does not implement Envelope (missing method String)
|
test:
nip77/envelopes.go#L99
v.MarshalEasyJSON undefined (type EventEnvelope has no field or method MarshalEasyJSON)
|
test:
nip77/envelopes.go#L106
undefined: Filters
|
test:
nip77/envelopes.go#L144
undefined: Filters
|
test:
nip77/envelopes.go#L174
undefined: Filters
|
test:
nip77/envelopes.go#L362
undefined: Event
|
test
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|