package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Oct 19, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Bar struct {
Data string
}
type ExtenalGateInterface interface {
GetBar(ID string) (*Bar, error)
CheckStatus() int
}
type Foo struct {
BarID string
}
type Status struct {
Code int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.