fileservice

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	// contains filtered or unexported fields
}

Data is a reference counted byte buffer

func (*Data) Buf

func (d *Data) Buf() []byte

Buf returns the underlying buffer of the Data

func (*Data) Truncate

func (d *Data) Truncate(n int) *Data

type RCBytes

type RCBytes struct {
	// contains filtered or unexported fields
}

RCBytes represents a reference counting data from cache it is immutable, caller should not modify it and call Release after use

func (RCBytes) Bytes

func (r RCBytes) Bytes() []byte

func (RCBytes) Release

func (r RCBytes) Release()

func (RCBytes) Slice

func (r RCBytes) Slice(n int) RCBytes

Directories

Path Synopsis
checks

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL