Versions in this module Expand all Collapse all v0 v0.0.1 Aug 25, 2023 Changes in this version + type ImageService struct + func NewImageService(runtimeEndpoint string) (*ImageService, error) + func (svc ImageService) GetFsInfo(ctx context.Context) ([]*proto.FilesystemUsage, error) + func (svc ImageService) ListImages(ctx context.Context) ([]*proto.Image, error) + type RemoteService struct + func NewRuntimeService(runtimeEndpoint string) (*RemoteService, error) + func (svc RemoteService) PrintEvents(ctx context.Context) error + func (svc RemoteService) Version(ctx context.Context) (*proto.Version, error)