Discover Packages
github.com/anGie44/terraform-provider-theoffice
internal
theoffice
package
Version:
v0.6.1
Opens a new window with list of versions in this module.
Published: Dec 25, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Config struct {
Address string
}
type Connection struct {
Episode int `json:"episode,omitempty"`
EpisodeName string `json:"episode_name,omitempty"`
Links []Link `json:"links,omitempty"`
Nodes []Node `json:"nodes,omitempty"`
}
type ConnectionsResponse struct {
Connections []Connection
}
type Link struct {
Source string `json:"source,omitempty"`
Target string `json:"target,omitempty"`
Value int `json:"value,omitempty"`
}
type Node struct {
ID string `json:"id,omitempty"`
}
type Quote struct {
Season int `json:"season,omitempty"`
Episode int `json:"episode,omitempty"`
Scene int `json:"scene,omitempty"`
EpisodeName string `json:"episode_name,omitempty"`
Character string `json:"character,omitempty"`
Quote string `json:"quote,omitempty"`
}
type QuotesResponse struct {
Quotes []Quote
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.