Protocols
The following protocols are available globally.
-
A Floret defines a Cauli plugin. It can be used to intercept and modify network Requests as well as Responses.
See moreDeclaration
Swift
public protocol Floret
-
The
See moreInspectorFloretFormatterType
is used to define how a Record is formatted when shown in theInspectorFloret
.Declaration
Swift
public protocol InspectorFloretFormatterType
-
A Storage is used to store and retrieve Records. It can be either in memory or on disk.
See moreDeclaration
Swift
public protocol Storage