Bucket.prototype.interface()

Get the methods required by the bucket.

Syntax

bucket.interface() []string

Description

Get the methods required by the bucket.

Those are a set of methods that any files need to implement in order to be placed inside the bucket.

Examples

Interface of a defined bucket.

Interface of an undefined bucket.