Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(cfg *SurrealDBConfig) (*Client, error)
type Entity ¶
type SurrealDBConfig ¶
type SurrealDBConfig struct { Username string Password string Host string Port uint16 Secure bool Namespace string Database string }
func ConfigFromUrl ¶
func ConfigFromUrl(uri url.URL) (*SurrealDBConfig, error)
func (SurrealDBConfig) ConnectionURI ¶
func (s SurrealDBConfig) ConnectionURI() string
Click to show internal directories.
Click to hide internal directories.