Documentation
¶
Index ¶
- Constants
- func BucketExists(bucketName string) bool
- func CreateHardDriveBucket(bucketName string) (byte, error)
- func DeleteFromHardDriveBucket(object string, objectType string, bucketName string) (status byte, err error)
- func KeyExists(key string, bucketName string) bool
- func ReadFromHardDriveBucket(key string, bucketName string) (result string, error error)
- func WriteToHardDriveBucket(key string, value string, bucketName string) (byte, error)
Constants ¶
View Source
const ( KEY_WRITE_SUCCESS = iota KEY_WRITE_FAILURE = iota )
Variables ¶
This section is empty.
Functions ¶
func BucketExists ¶
func CreateHardDriveBucket ¶
func ReadFromHardDriveBucket ¶
Types ¶
This section is empty.