ddb

package
v0.0.0-...-1b8f325 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// rootCmd is the Viper root command
	RootCmd = &cobra.Command{
		Use: "ddb",
	}
)

Functions

This section is empty.

Types

type Favorites

type Favorites struct {
	UserID    *int64   `json:"user_id" yaml:"user_id"`
	Favorites *[]int64 `json:"favorites" yaml:"favorites"`
	Count     int      `json:"count" yaml:"count"`
}

type Flags

type Flags struct {
	// contains filtered or unexported fields
}

Flags struct contains settings for the root command

type Followers

type Followers struct {
	UserID    *int64   `json:"user_id" yaml:"user_id"`
	Followers *[]int64 `json:"followers" yaml:"followers"`
	Count     int      `json:"count" yaml:"count"`
}

type Friends

type Friends struct {
	UserID  *int64   `json:"user_id" yaml:"user_id"`
	Friends *[]int64 `json:"friends" yaml:"friends"`
	Count   int      `json:"count" yaml:"count"`
}

type Services

type Services struct {
	// contains filtered or unexported fields
}

type UserByFollower

type UserByFollower struct {
	UserID   *[]int64 `json:"user_ids" yaml:"user_ids"`
	Follower *int64   `json:"follower" yaml:"follower"`
	Count    int      `json:"count" yaml:"count"`
}

type UsersByFavorite

type UsersByFavorite struct {
	FavoriteID *int64   `json:"favorite" yaml:"favorite"`
	UserIDs    *[]int64 `json:"user_ids" yaml:"user_ids"`
	Count      int      `json:"count" yaml:"count"`
}

type UsersByFriend

type UsersByFriend struct {
	FriendID *int64   `json:"friend" yaml:"friend"`
	UserIDs  *[]int64 `json:"user_ids" yaml:"user_ids"`
	Count    int      `json:"count" yaml:"count"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL