README ¶ core Core package for Golang. Install go get github.com/innotechdevops/core How to use Compare Password got := gobcrypt.ComparePassword(hashedPwd, plainPwd) Hash Password got, err := gobcrypt.HashPassword(password) Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Constants func Query(rawURL string) url.Values func ToQuery(params map[string]string) string type Model type Params Constants ¶ View Source const ( FlagIgnore = 0 FlagAvailable = 1 FlagUnavailable = 2 FlagUpdate = 3 FlagDelete = 4 Online = 1 Offline = 0 Active = 1 Inactive = 0 ) Variables ¶ This section is empty. Functions ¶ func Query ¶ added in v1.0.5 func Query(rawURL string) url.Values func ToQuery ¶ added in v1.0.5 func ToQuery(params map[string]string) string Types ¶ type Model ¶ type Model struct { CreatedAt time.Time `json:"createdAt,omitempty" db:"created_at"` UpdatedAt time.Time `json:"updatedAt,omitempty" db:"updated_at"` } type Params ¶ type Params struct { OffsetNo int64 LimitNo int64 } Source Files ¶ View all Source files flag.gomodel.goparams.goquery.go Directories ¶ Show internal Expand all Path Synopsis collectionx colorx cryptox csvx email finder generate gobcrypt gojwt gouuid imagex mapping mathx multipartx numeric paging pointer poolx printx schema signal sortx streamx stringx structx typex uuidx Click to show internal directories. Click to hide internal directories.