process

package
v0.0.0-...-c5bcced Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

The global process package enables retrieving information about the current process.

// View all environment variables.
console.log(process.env);

// Use an environment variable inside code.
var pdflib = require('pdf')(process.env.PDFLIB);

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(orb *orbit.Orbit) interface{}

Types

type Module

type Module struct {

	// Req represents the http request of the
	// function runtime, enabling processing
	// the http request details and data.
	Env map[string]interface{} `console:"env"`
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL