Documentation ¶ Index ¶ type Generator Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Generator ¶ type Generator interface { // Generate generates key from given parts or templates as parameter. Generate(parts ...string) (string, error) // Check checks if generator functional. Check() error } Generator defines a key generator. Source Files ¶ View all Source files key.go Directories ¶ Show internal Expand all Path Synopsis generator Click to show internal directories. Click to hide internal directories.