Documentation
¶
Index ¶
- Constants
- func CompileGoModTemplate2023(buf *bytes.Buffer, data *Template) error
- func CompileGoModTemplateV2(buf *bytes.Buffer, data *Template) error
- func CompileTemplateV2(buf *bytes.Buffer, data *Template) error
- func CompileTemplateV2023(buf *bytes.Buffer, data *Template) error
- type Entry
- type Template
Constants ¶
View Source
const GoModTemplateV2 string = `` /* 521-byte string literal not displayed */
View Source
const GoModTemplateV2023 string = `` /* 888-byte string literal not displayed */
View Source
const PluginsTemplateV2 string = `` /* 472-byte string literal not displayed */
View Source
const PluginsTemplateV2023 string = `` /* 472-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Entry ¶
type Entry struct {
// Module is the module name (github.com/roadrunner-server/logger/v2)
Module string
Structure string
// Prefix is the prefix for the plugin to avoid collisions
Prefix string
// PseudoVersion is the pseudo version of the module (v0.0.0-20210101000000-000000000000)
PseudoVersion string
// Replace directive, should include a path
Replace string
}
Entry represents all info about module
Click to show internal directories.
Click to hide internal directories.