Versions in this module Expand all Collapse all v0 v0.8.3 Mar 11, 2025 Changes in this version + func GenerateModeline(nodes []string, endpoints []string, templates []string) (string, error) + type Config struct + Endpoints []string + Nodes []string + Templates []string + func ParseModeline(line string) (*Config, error) + func ReadAndParseModeline(filePath string) (*Config, error)