pdk-script 1.3.0-alpha.0

PDK Script
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2023 Salesforce, Inc. All rights reserved.
// mod payload;
pub(crate) mod attributes;
pub(crate) mod authentication;
pub(crate) mod input;
pub(crate) mod map;
pub(crate) mod merged;
pub(crate) mod payload;
pub(crate) mod reference;
pub(crate) mod vars;