Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + const CtxDevGoferClient + type GoferClient struct + func GoferClientFromContext(ctx context.Context) *GoferClient + func NewGoferClient(ctx context.Context, fd int) (*GoferClient, error) + func (g *GoferClient) Close() + func (g *GoferClient) DirentNames(ctx context.Context) ([]string, error) + func (g *GoferClient) OpenAt(ctx context.Context, name string, flags uint32) (int, error)