Documentation ¶
Index ¶
- type App
- type Captcha
- type DisplayImageByName
- type Fetch
- type Hcard
- type IndexJson
- type IndexLinkJson
- type NodeInfo
- type People
- type Post
- type Profile
- type Receiver
- type RenderBytes
- type SchemaInOutJson
- type SchemaJson
- type SchemaMetaDataJson
- type SchemaSoftwareJson
- type SchemaUsageJson
- type SchemaUsersJson
- type Search
- type Setting
- type SocialRelay
- type SocialRelaySchema
- type Stream
- type Tag
- type User
- type Webfinger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
*revel.Controller
}
type Captcha ¶
type Captcha struct {
*revel.Controller
}
type DisplayImageByName ¶
type DisplayImageByName string
type Fetch ¶
type Fetch struct {
*revel.Controller
}
type Hcard ¶
type Hcard struct {
*revel.Controller
}
type IndexJson ¶
type IndexJson struct {
Links []IndexLinkJson `json:"links"`
}
type IndexLinkJson ¶
type NodeInfo ¶
type NodeInfo struct {
*revel.Controller
}
type People ¶
type People struct {
*revel.Controller
}
type Post ¶
type Post struct {
*revel.Controller
}
type Profile ¶
type Profile struct {
*revel.Controller
}
type Receiver ¶
type Receiver struct {
*revel.Controller
}
type RenderBytes ¶
type RenderBytes []byte
type SchemaInOutJson ¶
type SchemaJson ¶
type SchemaJson struct { Version string `json:"version"` Software SchemaSoftwareJson `json:"software"` Protocols interface{} `json:"protocols"` Services SchemaInOutJson `json:"services"` OpenRegistrations bool `json:"openRegistrations"` Usage SchemaUsageJson `json:"usage"` MetaData SchemaMetaDataJson `json:"metadata"` }
type SchemaMetaDataJson ¶
type SchemaSoftwareJson ¶
type SchemaUsageJson ¶
type SchemaUsageJson struct { Users SchemaUsersJson `json:"users"` LocalPosts int `json:"localPosts"` LocalComments int `json:"localComments"` }
type SchemaUsersJson ¶
type Search ¶
type Search struct {
*revel.Controller
}
type Setting ¶
type Setting struct {
*revel.Controller
}
type SocialRelay ¶
type SocialRelay struct {
*revel.Controller
}
func (SocialRelay) Index ¶
func (s SocialRelay) Index() revel.Result
type SocialRelaySchema ¶
type Tag ¶
type Tag struct {
*revel.Controller
}
type User ¶
type User struct {
*revel.Controller
}
Click to show internal directories.
Click to hide internal directories.