disk

package
v0.4.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2016 License: Apache-2.0 Imports: 7 Imported by: 2

README

disk

import "github.com/coralproject/shelf/cmd/sponge/disk"

Overview

Index

Package files

disk.go

func LoadDir

func LoadDir(dir string, loader func(string) error) error

LoadDir loadsup a given directory, calling a load function for each valid json file found.

func LoadItem

func LoadItem(context interface{}, path string) (*item.Item, error)

LoadItem serializes the content of Items from a file using the given file path. Returns the serialized Item value.

func LoadPattern

func LoadPattern(context interface{}, path string) (pattern.Pattern, error)

LoadPattern serializes the content of a Pattern from a file using the given file path. Returns the serialized Pattern value.


Generated by godoc2md

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadDir

func LoadDir(dir string, loader func(string) error) error

LoadDir loadsup a given directory, calling a load function for each valid json file found.

func LoadItem

func LoadItem(context interface{}, path string) (*item.Item, error)

LoadItem serializes the content of Items from a file using the given file path. Returns the serialized Item value.

func LoadPattern added in v0.4.2

func LoadPattern(context interface{}, path string) (pattern.Pattern, error)

LoadPattern serializes the content of a Pattern from a file using the given file path. Returns the serialized Pattern value.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL