Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultDatabase = ""
)
Functions ¶
This section is empty.
Types ¶
type RunnableImpl ¶
type RunnableImpl[T any] struct { // contains filtered or unexported fields }
func (*RunnableImpl[T]) Delete ¶
func (r *RunnableImpl[T]) Delete() ([]T, error)
func (*RunnableImpl[T]) Desc ¶
func (r *RunnableImpl[T]) Desc() ([]T, error)
func (*RunnableImpl[T]) List ¶
func (r *RunnableImpl[T]) List() ([]T, error)
func (RunnableImpl[T]) Run ¶
func (r RunnableImpl[T]) Run() ([]T, error)
Click to show internal directories.
Click to hide internal directories.