Signed-off-by: Seongmin Lee git@boltless.me
tapc/readme.md
tapc/readme.md
This file has not been changed.
tapc/simpleIndexer.go
tapc/simpleIndexer.go
This file has not been changed.
-6
tapc/tap.go
-6
tapc/tap.go
···
16
16
"tangled.org/core/log"
17
17
)
18
18
19
-
// type WebsocketOptions struct {
20
-
// maxReconnectSeconds int
21
-
// heartbeatIntervalMs int
22
-
// // onReconnectError
23
-
// }
24
-
25
19
type Handler interface {
26
20
OnEvent(ctx context.Context, evt Event) error
27
21
OnError(ctx context.Context, err error)
tapc/types.go
tapc/types.go
This file has not been changed.
History
5 rounds
2 comments
boltless.me
submitted
#4
1 commit
expand
collapse
tapc: add tap client package
Signed-off-by: Seongmin Lee <git@boltless.me>
2/3 timeout, 1/3 success
expand
collapse
expand 0 comments
pull request successfully merged
boltless.me
submitted
#3
1 commit
expand
collapse
tapc: add tap client package
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
boltless.me
submitted
#2
1 commit
expand
collapse
tapc: add tap client package
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
boltless.me
submitted
#1
1 commit
expand
collapse
tapc: add tap client package
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 2 comments
tapc/tap.go:19-23: can be removed
good point out, I'll clean it up.
tapc/tap.go:104: do we need to do this still?
As a published go package, yes. We can harden the connection by using tap admin password. Not strictly necessary for our infra I guess..?
boltless.me
submitted
#0
1 commit
expand
collapse
tapc: add tap client package
Signed-off-by: Seongmin Lee <git@boltless.me>
tapc/tap.go:19-23: can be removedtapc/tap.go:104: do we need to do this still?lgtm otherwise!