Documentation ¶
Index ¶
Constants ¶
View Source
const JAR_MAIN_CLASS = "io.customrealms.MainPlugin"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuildAction ¶
type FileJarTemplate ¶ added in v0.4.7
type FileJarTemplate struct {
Filename string
}
func (*FileJarTemplate) Jar ¶ added in v0.4.7
func (t *FileJarTemplate) Jar() (io.ReadCloser, error)
type GitHubJarTemplate ¶ added in v0.4.7
func (*GitHubJarTemplate) Jar ¶ added in v0.4.7
func (t *GitHubJarTemplate) Jar() (io.ReadCloser, error)
type JarAction ¶ added in v0.5.5
type JarTemplate ¶
type JarTemplate interface {
Jar() (io.ReadCloser, error)
}
Click to show internal directories.
Click to hide internal directories.