Skip to main content
Go to Latest
namespace ExpectedExports
import { ExpectedExports } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.5/types.ts";

Type Aliases

These are how we make sure the our dependency configurations are valid and if not how to fix them.

Get configuration returns a shape that describes the format that the embassy ui will generate, and later send to the set config

This is the entrypoint for the main container. Used to start up something like the service that the package represents, like running a bitcoind in a bitcoind-wrapper.

Properties are used to get values from the docker, like a username + password, what ports we are hosting from

Set configuration is called after we have modified and saved the configuration in the embassy ui. Use this to make a file for the docker to read from for configuration.