type github.com/coder/websocket/internal/util.ReaderFunc

3 uses

	github.com/coder/websocket/internal/util (current package)
		util.go#L11: type ReaderFunc func(p []byte) (int, error)
		util.go#L13: func (f ReaderFunc) Read(p []byte) (int, error) {

	github.com/coder/websocket
		read.go#L413: 	readFunc util.ReaderFunc