Documentation ¶
Index ¶
Constants ¶
View Source
const PageSize int = 25
Variables ¶
View Source
var Streamer *sse.Server
Functions ¶
func GetOnePage ¶
for now, let us use it for posts/flow exclusively only
Types ¶
type PageOptions ¶
type PageOptions struct { CallerID string `json:"caller_id"` PageNo int `json:"page_no"` FlowList map[string]bool `json:"folow_list"` // flow subroutes booleans and vars SinglePost bool `json:"single_post" default:false` UserFlow bool `json:"user_flow" default:false` SinglePostID string `json:"single_post_id"` UserFlowNick string `json:"user_Flow_nick"` Hashtag string `json:"hashtag" default:""` }
Click to show internal directories.
Click to hide internal directories.