Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SnippetItem ¶
type Snippets ¶
type Snippets struct { Dictionaries []SnippetItem Acls []SnippetItem Backends []SnippetItem ScopedSnippets map[string][]SnippetItem IncludeSnippets map[string]SnippetItem LoggingEndpoints map[string]struct{} }
func (*Snippets) EmbedSnippets ¶
func (s *Snippets) EmbedSnippets() []SnippetItem
func (*Snippets) FetchLoggingEndpoint ¶
Fastly logging endpoints is not used on linting and interpreter, but we need to be able to factory all endpoints for future works. Fastly's logging endpoints API is divided for each services like BigQuery, S3, etc.. It means we need to make many API calls so implement as Snippets pointer method.
Click to show internal directories.
Click to hide internal directories.