Documentation
¶
Index ¶
- Constants
- type AuthProcessFirebaseAuthorizationRequest
- type AuthProcessFirebaseAuthorizationResponse
- type AuthProcessOauth2CallbackRequest
- type AuthProcessOauth2CallbackResponse
- type AuthProcessSessionRequest
- type AuthProcessSessionResponse
- type ViewerDraftRequest
- type ViewerDraftResponse
- type ViewerMetaRequest
- type ViewerMetaResponse
- type ViewerParseRequest
- type ViewerParseResponse
- type ViewerPublishRequest
- type ViewerPublishResponse
- type ViewerViewRequest
- type ViewerViewResponse
Constants ¶
View Source
const ( ViewerDraftKeyTitle string = "title" ViewerDraftKeySummary string = "summary" ViewerDraftKeySlug string = "slug" ViewerDraftKeyType string = "type" ViewerDraftKeyTags string = "tags" ViewerDraftKeyStatus string = "status" ViewerDraftKeyFeedbackLink string = "feedbackLink" ViewerDraftKeyAuthor string = "author" ViewerDraftKeyAuthorLDAP string = "authorLDAP" ViewerDraftKeyAnalyticsAccount string = "analyticsAccount" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthProcessFirebaseAuthorizationRequest ¶
type AuthProcessFirebaseAuthorizationRequest struct {
AuthorizationToken string
}
type AuthProcessOauth2CallbackRequest ¶
type AuthProcessOauth2CallbackRequest struct { State string Code string UserSession *entities.UserSession }
type AuthProcessSessionRequest ¶
type AuthProcessSessionRequest struct {
UserSession *entities.UserSession
}
type ViewerDraftRequest ¶
func (*ViewerDraftRequest) ReplaceTextParams ¶
func (e *ViewerDraftRequest) ReplaceTextParams() map[string]string
func (*ViewerDraftRequest) Title ¶
func (e *ViewerDraftRequest) Title() string
func (*ViewerDraftRequest) Valid ¶
func (e *ViewerDraftRequest) Valid() bool
type ViewerDraftResponse ¶
type ViewerDraftResponse struct {
FileId string
}
type ViewerMetaRequest ¶
type ViewerMetaResponse ¶
type ViewerParseRequest ¶
type ViewerParseRequest struct {
FileId string
}
type ViewerParseResponse ¶
type ViewerParseResponse struct {
Response string
}
type ViewerPublishRequest ¶
type ViewerPublishRequest struct {
FileId string
}
type ViewerPublishResponse ¶
type ViewerPublishResponse struct {
Revision int
}
type ViewerViewRequest ¶
type ViewerViewResponse ¶
type ViewerViewResponse struct {
Response string
}
Click to show internal directories.
Click to hide internal directories.