Documentation ¶
Index ¶
- func Cleanup(reqId string)
- func Compose(env *beldilib.Env, input ComposeInput)
- func Login(env *beldilib.Env, username string, password string) string
- func ReadPlot(env *beldilib.Env, plotId string) string
- func RegisterMovieId(env *beldilib.Env, title string, movieId string)
- func RegisterUser(env *beldilib.Env, firstName string, lastName string, username string, ...)
- func RegisterUserWithUserId(env *beldilib.Env, firstName string, lastName string, username string, ...)
- func StoreReview(env *beldilib.Env, review Review)
- func TCastInfo() string
- func TComposeReview() string
- func TFrontend() string
- func TMovieId() string
- func TMovieInfo() string
- func TMovieReview() string
- func TPage() string
- func TPlot() string
- func TRating() string
- func TReviewStorage() string
- func TText() string
- func TUniqueId() string
- func TUser() string
- func TUserReview() string
- func TryComposeAndUpload(env *beldilib.Env, reqId string)
- func UpdateRating(env *beldilib.Env, movieId string, sumUncommittedRating int32, ...)
- func UploadMovie(env *beldilib.Env, reqId string, title string, rating int32)
- func UploadMovieId(env *beldilib.Env, reqId string, movieId string)
- func UploadMovieReview(env *beldilib.Env, movieId string, reviewId string, timestamp string)
- func UploadRating(env *beldilib.Env, reqId string, rating int32)
- func UploadRating2(env *beldilib.Env, reqId string, rating int32)
- func UploadReq(env *beldilib.Env, reqId string)
- func UploadText(env *beldilib.Env, reqId string, text string)
- func UploadText2(env *beldilib.Env, reqId string, text string)
- func UploadUniqueId(env *beldilib.Env, reqId string, reviewId string)
- func UploadUniqueId2(env *beldilib.Env, reqId string)
- func UploadUser(env *beldilib.Env, reqId string, username string)
- func UploadUserId(env *beldilib.Env, reqId string, userId string)
- func UploadUserReview(env *beldilib.Env, userId string, reviewId string, timestamp string)
- func WriteCastInfo(env *beldilib.Env, info CastInfo)
- func WriteMovieInfo(env *beldilib.Env, info MovieInfo)
- func WritePlot(env *beldilib.Env, plotId string, plot string)
- type Cast
- type CastInfo
- type ComposeInput
- type MovieInfo
- type Page
- type RPCInput
- type Review
- type ReviewInfo
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Compose ¶
func Compose(env *beldilib.Env, input ComposeInput)
func RegisterUser ¶
func RegisterUserWithUserId ¶
func StoreReview ¶
func TComposeReview ¶
func TComposeReview() string
func TMovieInfo ¶
func TMovieInfo() string
func TMovieReview ¶
func TMovieReview() string
func TReviewStorage ¶
func TReviewStorage() string
func TUserReview ¶
func TUserReview() string
func TryComposeAndUpload ¶
func UpdateRating ¶
func UploadMovieReview ¶
func UploadUniqueId2 ¶
func UploadUserReview ¶
func WriteCastInfo ¶
func WriteMovieInfo ¶
Types ¶
type ComposeInput ¶
type MovieInfo ¶
type Review ¶
type ReviewInfo ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.