Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func DefaultDBLocation ¶
func DefaultDBLocation() string
Types ¶
type IDB ¶
type IDB interface { Close() error CreateFreshDB() error SaveSBCInformation() (int64, error) SaveContainerID(rowID int64, tableName, id string) error GetSBCParameters(sbcID int64) (types.Sbc, error) GetSBCIdFromFqdn(sbcFqdn string) int64 GetKamailioInsertID(sbcFqdn string) int64 GetRTPEngineInsertID(sbcFqdn string) int64 GetContainerIDsFromSbcFqdn(sbcFqdn string) []string GetAllFqdnNames() ([]string, error) GetLetsEncryptNodeID() (string, error) RevertLastInsert() RemoveSbcInfo(sbcFqdn string) error RemoveLetsEncryptInfo(nodeID string) error }
Click to show internal directories.
Click to hide internal directories.