type github.com/aws/aws-sdk-go/aws.WriteAtBuffer
5 uses
github.com/aws/aws-sdk-go/aws (current package)
types.go#L163: type WriteAtBuffer struct {
types.go#L176: func NewWriteAtBuffer(buf []byte) *WriteAtBuffer {
types.go#L177: return &WriteAtBuffer{buf: buf}
types.go#L183: func (b *WriteAtBuffer) WriteAt(p []byte, pos int64) (n int, err error) {
types.go#L204: func (b *WriteAtBuffer) Bytes() []byte {
![]() |
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. |