Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Namespace is the namespace to be used for storing submissions. Namespace = "presentation_submission" // ParentResource is the prefix of the submission parent resource. ParentResource = "presentations/submissions" )
Variables ¶
This section is empty.
Functions ¶
func IDFromSubmissionID ¶
IDFromSubmissionID returns a submission operation ID from the submission ID.
Types ¶
type OperationUpdater ¶
type OperationUpdater struct {
storage.UpdaterWithMap
}
OperationUpdater is an implementation of the storage.ResponseSettingUpdater. It's provides a way to update the operation and submission within a single transaction.
func (OperationUpdater) SetUpdatedResponse ¶
func (u OperationUpdater) SetUpdatedResponse(response []byte)
func (OperationUpdater) Validate ¶
func (u OperationUpdater) Validate(v []byte) error
Click to show internal directories.
Click to hide internal directories.