Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Contains ¶
func Contains[S ~[]E, E comparable](s S, v E) bool
func Index ¶
func Index[S ~[]E, E comparable](s S, v E) int
Types ¶
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func WithAuthToken ¶
func WithRemoteEncryptionKey ¶
func WithRequestHeaders ¶
WithRequestHeaders attaches arbitrary HTTP headers to every request the driver sends to the remote server. Passing the `Host` key (case-insensitive) has no effect.
func WithSchemaDb ¶
Click to show internal directories.
Click to hide internal directories.