gravitino.dto.requests.function_update_requestΒΆ

Classes

AddDefinitionRequest(definition)

Request to add a definition to a function.

AddImplRequest(parameters, implementation)

Request to add an implementation to a definition.

FunctionUpdateRequest(action_type)

Abstract base class for function update requests.

RemoveDefinitionRequest(parameters)

Request to remove a definition from a function.

RemoveImplRequest(parameters, runtime)

Request to remove an implementation from a definition.

UpdateCommentRequest(new_comment)

Request to update the comment of a function.

UpdateImplRequest(parameters, runtime, ...)

Request to update an implementation in a definition.