mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-13 19:45:26 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { FunctionService } = require("m3o/function");
|
||||
const { FunctionService } = require("micro-js-client/function");
|
||||
|
||||
// Call a function by name
|
||||
async function callAfunction() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { FunctionService } = require("m3o/function");
|
||||
const { FunctionService } = require("micro-js-client/function");
|
||||
|
||||
// Delete a function by name
|
||||
async function deleteAfunction() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { FunctionService } = require("m3o/function");
|
||||
const { FunctionService } = require("micro-js-client/function");
|
||||
|
||||
// Deploy a group of functions
|
||||
async function deployAfunction() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { FunctionService } = require("m3o/function");
|
||||
const { FunctionService } = require("micro-js-client/function");
|
||||
|
||||
// Get the info for a deployed function
|
||||
async function describeFunctionStatus() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { FunctionService } = require("m3o/function");
|
||||
const { FunctionService } = require("micro-js-client/function");
|
||||
|
||||
// List all the deployed functions
|
||||
async function listFunctions() {
|
||||
|
||||
Reference in New Issue
Block a user