Documentation ¶
Index ¶
- func GetAllInsertColumns(v interface{}) []string
- func GetAllInsertValues(v interface{}) []interface{}
- func GetErrorMsg(err error) string
- func GetInsertValues(v interface{}, fields []string) []interface{}
- func GetPublicKey(keyPath string) *rsa.PublicKey
- func NewTLSConfig(tlsConfig *meta.TLSCertificate) *tls.Config
- func RetrieveAuthToken(ctx context.Context) (string, bool)
- func RetrieveUserID(ctx context.Context) (string, bool)
- func SetAuthParamsFromMetaData(ctx context.Context, params **meta.RequestParams) (ok bool)
- func ToBsonDoc(v interface{}) (d bson.D, err error)
- func ToBsonMap(v interface{}) (d bson.M, err error)
- func ToMap(v interface{}) map[string]interface{}
- func ToQueryMap(v url.Values) (qm map[string]interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllInsertValues ¶
func GetAllInsertValues(v interface{}) []interface{}
func NewTLSConfig ¶
func NewTLSConfig(tlsConfig *meta.TLSCertificate) *tls.Config
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.