Versions in this module Expand all Collapse all v0 v0.2.0 Dec 16, 2022 Changes in this version + type ServerConfig struct + SocketsDir string + StorageDir string type V1Handler + Config ServerConfig + func NewV1Handler(opts ServerConfig) *V1Handler + func (v V1Handler) DeleteApiV1VmsVmId(c *gin.Context, vmId openapi_types.UUID) + func (v V1Handler) PostApiV1VmsVmIdPower(c *gin.Context, vmId openapi_types.UUID) v0.1.0 Nov 11, 2022 Changes in this version + type V1Handler struct + func (v V1Handler) GetApiV1Host(c *gin.Context) + func (v V1Handler) GetApiV1Vms(c *gin.Context) + func (v V1Handler) GetApiV1VmsVmId(c *gin.Context, vmId openapi_types.UUID) + func (v V1Handler) GetApiV1VmsVmIdPower(c *gin.Context, vmId openapi_types.UUID) + func (v V1Handler) PatchApiV1VmsVmId(c *gin.Context, vmId openapi_types.UUID) + func (v V1Handler) PostApiV1Vms(c *gin.Context) + func (v V1Handler) PostApiV1VmsVmIdPowerAction(c *gin.Context, vmId openapi_types.UUID, ...)