mirror of
https://github.com/mcuadros/ascode
synced 2025-02-18 07:31:33 +01:00
1 line
4.6 KiB
XML
1 line
4.6 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>API Reference on AsCode - Terraform Alternative Syntax</title><link>https://ascode.run/docs/reference/</link><description>Recent content in API Reference on AsCode - Terraform Alternative Syntax</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://ascode.run/docs/reference/index.xml" rel="self" type="application/rss+xml"/><item><title>built-in</title><link>https://ascode.run/docs/reference/types/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/reference/types/</guid><description>builtin package represents the predefined, Terraform domain-specific,functions and types in the scope of any thread of AsCode. This meansthat is not required to use the <code>load</code> statement, and any of the functioncan be called without any prefix.</description></item><item><title>docker</title><link>https://ascode.run/docs/reference/docker/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/reference/docker/</guid><description>The docker modules allow you to manipulate docker image names.</description></item><item><title>encoding/base64</title><link>https://ascode.run/docs/reference/base64/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/reference/base64/</guid><description>base64 defines base64 encoding &amp; decoding functions,often used to represent binary as text.</description></item><item><title>encoding/csv</title><link>https://ascode.run/docs/reference/csv/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/reference/csv/</guid><description>csv reads comma-separated values files</description></item><item><title>encoding/json</title><link>https://ascode.run/docs/reference/json/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/reference/json/</guid><description>json provides functions for working with json data</description></item><item><title>encoding/yaml</title><link>https://ascode.run/docs/reference/yaml/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/reference/yaml/</guid><description>yaml provides functions for working with yaml data</description></item><item><title>http</title><link>https://ascode.run/docs/reference/http/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/reference/http/</guid><description>http defines an HTTP client implementation</description></item><item><title>math</title><link>https://ascode.run/docs/reference/math/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/reference/math/</guid><description>math defines mathematical functions, it&rsquo;s intended to be a drop-insubset of python&rsquo;s math module for starlark: <a href="https://docs.python.org/3/library/math.html">https://docs.python.org/3/library/math.html</a></description></item><item><title>os</title><link>https://ascode.run/docs/reference/os/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/reference/os/</guid><description>os provides a platform-independent interface to operating system functionality.</description></item><item><title>path/filepath</title><link>https://ascode.run/docs/reference/filepath/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/reference/filepath/</guid><description>filepath implements utility routines for manipulating filename paths in away compatible with the target operating system-defined file path</description></item><item><title>re</title><link>https://ascode.run/docs/reference/re/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/reference/re/</guid><description>re defines regular expression functions, it&rsquo;s intended to be a drop-insubset of python&rsquo;s re module for starlark: <a href="https://docs.python.org/3/library/re.html">https://docs.python.org/3/library/re.html</a></description></item><item><title>time</title><link>https://ascode.run/docs/reference/time/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/reference/time/</guid><description>time defines time primitives for starlark</description></item><item><title>url</title><link>https://ascode.run/docs/reference/url/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/reference/url/</guid><description>url parses URLs and implements query escaping.</description></item></channel></rss> |