type io.ReadWriter
13 uses
io (current package)
io.go#L126: type ReadWriter interface {
golang.org/x/crypto/ssh
channel.go#L78: Stderr() io.ReadWriter
channel.go#L558: func (ch *channel) Extended(code uint32) io.ReadWriter {
channel.go#L565: func (ch *channel) Stderr() io.ReadWriter {
transport.go#L286: func exchangeVersions(rw io.ReadWriter, versionLine []byte) (them []byte, err error) {
golang.org/x/crypto/ssh/agent
client.go#L306: conn io.ReadWriter
client.go#L313: func NewClient(rw io.ReadWriter) ExtendedAgent {
server.go#L535: func ServeAgent(agent Agent, c io.ReadWriter) error {
golang.org/x/net/internal/socks
socks.go#L138: Authenticate func(context.Context, io.ReadWriter, AuthMethod) error
socks.go#L287: func (up *UsernamePassword) Authenticate(ctx context.Context, rw io.ReadWriter, auth AuthMethod) error {
net/http
socks_bundle.go#L294: Authenticate func(context.Context, io.ReadWriter, socksAuthMethod) error
socks_bundle.go#L443: func (up *socksUsernamePassword) Authenticate(ctx context.Context, rw io.ReadWriter, auth socksAuthMethod) error {
net/http/httputil
reverseproxy.go#L606: user, backend io.ReadWriter
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |