Versions in this module Expand all Collapse all v0 v0.1.1 Jan 28, 2024 Changes in this version + type ApiClient struct + BaseUrl string + func (c *ApiClient) CreateFunction(functionName, filePath, handler, runtime string) (*models.Function, error) + func (c *ApiClient) DeleteFunction(functionName string) (*models.Function, error) + func (c *ApiClient) InvokeFunction(functionName string, payload map[string]interface{}) (*models.InvokeResponse, error) + func (c *ApiClient) ListFunctions() (*[]models.Function, error) + func (c *ApiClient) UploadCode(filePath string) (*models.UploadResponse, error)