Documentation
¶
Index ¶
Constants ¶
View Source
const AmazonSQSConfigTemplate string = `` /* 176-byte string literal not displayed */
View Source
const AppYamlConfigTemplate string = `` /* 229-byte string literal not displayed */
View Source
const BinaryBuildConfigTemplate string = `` /* 377-byte string literal not displayed */
View Source
const BuildConfigTemplate string = `#!/bin/bash
set -e
v=$(cat VERSION)
docker build -t {{.ModuleName}}:$v .
`
View Source
const ClickHouseYamlConfigTemplate string = `` /* 147-byte string literal not displayed */
View Source
const DockerComposeAppConfigTemplate string = `` /* 660-byte string literal not displayed */
View Source
const DockerComposeDefaultConfigTemplate string = `services:`
View Source
const DockerComposeVolumeConfigTemplate string = `
volumes:`
View Source
const DockerfileConfigTemplate string = `` /* 412-byte string literal not displayed */
View Source
const DotENVExampleTemplate string = `` /* 260-byte string literal not displayed */
View Source
const DragonFlyYamlConfigTemplate string = `
dragonfly:
address: "localhost"
port: "6379"
client_name: "your_service/app_name"
password: "password"
`
View Source
const ENVConfigTemplate string = `` /* 776-byte string literal not displayed */
View Source
const FerretDBYamlConfigTemplate string = `
database:
nosql:
protocol: "mongodb"
host: "localhost"
port: "27017"
`
View Source
const GitIgnoreConfigTemplate string = `` /* 615-byte string literal not displayed */
View Source
const JetstreamConfigTemplate string = `` /* 467-byte string literal not displayed */
View Source
const KafkaYamlConfigTemplate string = `` /* 134-byte string literal not displayed */
View Source
const MakefileConfigTemplate string = `` /* 533-byte string literal not displayed */
View Source
const MariaDBYamlConfigTemplate string = `` /* 131-byte string literal not displayed */
View Source
const MinioYamlConfigTemplate string = `
minio:
host: "localhost"
port: 9000
credential:
user: "ROOTUSER"
password: "CHANGEME123"
`
View Source
const MongoDBYamlConfigTemplate string = `` /* 158-byte string literal not displayed */
View Source
const NatsYamlConfigTemplate string = `` /* 177-byte string literal not displayed */
View Source
const Neo4JYamlConfigTemplate string = `
database:
graph:
protocol: "bolt"
host: "localhost"
port: "7687"
user: "neo4j"
password: "password"
`
View Source
const PostresqlYamlConfigTemplate string = `` /* 181-byte string literal not displayed */
View Source
const RabbitYamlConfigTemplate string = `` /* 130-byte string literal not displayed */
View Source
const RedictYamlConfigTemplate string = `
redict:
address: "localhost"
port: "6379"
client_name: "your_service/app_name"
password: "password"
`
View Source
const RedisYamlConfigTemplate string = `
redis:
address: "localhost"
port: "6379"
client_name: "your_service/app_name"
password: "password"
`
View Source
const RustfsYamlConfigTemplate string = `
rustfs:
host: "localhost"
port: 9000
credential:
user: "ROOTUSER"
password: "CHANGEME123"
`
View Source
const SeaweedfsYamlConfigTemplate string = `
seaweedfs:
host: "localhost"
port: 9000
credential:
user: "ROOTUSER"
password: "CHANGEME123"
`
View Source
const ServerYamlConfigTemplate string = `` /* 350-byte string literal not displayed */
View Source
const ValkeyYamlConfigTemplate string = `
valkey:
address: "localhost"
port: "6379"
username: "username"
password: "password"
`
View Source
const VersionConfigTemplate string = `0.0.1
`
View Source
const YamlConfigMessageTemplate string = `` /* 309-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.