Socket
Book a DemoInstallSign in
Socket

knative.dev/runtime

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knative.dev/runtime

Go Modules
Version
v0.0.1
Version published
Created
Source

knative.dev/runtime

This repository contains the function invocation and runtime framework for Knative Go functions.

Overview

Knative Go functions are a way to run Go code in a serverless environment. The functions are invoked by the Knative runtime, which provides the function with an event and a context. The function then processes the event and returns a result.

Getting started

Typically, this runtime is used in the context of a Knative Go function. You can create a new function using the Knative Go function template.

func create -l go

This will create a new Go project that uses the Knative Go function invocation framework. You can then build and deploy the function using the Knative Functions CLI.

func deploy

More information

For more information about Knative Go functions, see the Knative Functions documentation.

FAQs

Package last updated on 13 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts