type github.com/go-redis/redis/v8.GeoLocation
12 uses
github.com/go-redis/redis/v8 (current package)
command.go#L1751: type GeoLocation struct {
command.go#L1776: locations []GeoLocation
command.go#L1824: func (cmd *GeoLocationCmd) Val() []GeoLocation {
command.go#L1828: func (cmd *GeoLocationCmd) Result() ([]GeoLocation, error) {
command.go#L1842: cmd.locations = v.([]GeoLocation)
command.go#L1848: locs := make([]GeoLocation, 0, n)
command.go#L1856: locs = append(locs, GeoLocation{
command.go#L1859: case *GeoLocation:
command.go#L1872: var loc GeoLocation
commands.go#L319: GeoAdd(ctx context.Context, key string, geoLocation ...*GeoLocation) *IntCmd
commands.go#L2589: func (c cmdable) GeoAdd(ctx context.Context, key string, geoLocation ...*GeoLocation) *IntCmd {
result.go#L143: func NewGeoLocationCmdResult(val []GeoLocation, err error) *GeoLocationCmd {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |