Documentation ¶ Index ¶ type Bridge Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Bridge ¶ type Bridge struct { Name string Location string Type string // Raw is the raw JSON serialization of the bridge. We could also use the menshen model as a nested struct. Raw string CreatedAt time.Time LastUsed time.Time } Bridge is a private bridge. Source Files ¶ View all Source files bridge.go Click to show internal directories. Click to hide internal directories.