diff options
Diffstat (limited to 'vendor/github.com/authzed/spicedb/internal/middleware/streamtimeout/doc.go')
| -rw-r--r-- | vendor/github.com/authzed/spicedb/internal/middleware/streamtimeout/doc.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/authzed/spicedb/internal/middleware/streamtimeout/doc.go b/vendor/github.com/authzed/spicedb/internal/middleware/streamtimeout/doc.go new file mode 100644 index 0000000..9eceb4d --- /dev/null +++ b/vendor/github.com/authzed/spicedb/internal/middleware/streamtimeout/doc.go @@ -0,0 +1,2 @@ +// Package streamtimeout defines middleware that cancels the context after a timeout if no new data has been received. +package streamtimeout |
