Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Google Google `yaml:"google"`
// https://github.com/gzuidhof/tygo
Events Events `yaml:"events"`
}
type Events ¶
type Events struct {
Packages []*tygo.PackageConfig `yaml:"packages"`
TypeMappings map[string]string `yaml:"type_mappings"`
}
func (Events) PackageConfig ¶
func (e Events) PackageConfig(path string) *tygo.PackageConfig
func (Events) PackageNames ¶
Click to show internal directories.
Click to hide internal directories.