Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrGpuLeaseAlreadyExists is returned when a GPU lease already exists for a user. ErrGpuLeaseAlreadyExists = fmt.Errorf("gpu lease already exists") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { base_clients.ResourceClient[model.GpuGroup] }
Client is used to manage GPU groups in the database.
func (*Client) WithPagination ¶
WithPagination sets the pagination for the client.
Click to show internal directories.
Click to hide internal directories.