package client
import "github.com/rootless-containers/rootlesskit/v2/pkg/api/client"
Index ¶
Types ¶
type Client ¶
type Client interface { HTTPClient() *http.Client PortManager() port.Manager Info(context.Context) (*api.Info, error) }
func New ¶
New creates a client. socketPath is a path to the UNIX socket, without unix:// prefix.
func NewWithHTTPClient ¶
Source Files ¶
- Version
- v2.3.4 (latest)
- Published
- Mar 10, 2025
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 3 weeks ago –
Tools for package owners.