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: 6 Imported by: 0

README

disk

import "github.com/coralproject/shelf/cmd/wire/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) (map[string]interface{}, error)

LoadItem serializes the content of an item from a file using the given file path. Returns the serialized item values.

func LoadQuadParams

func LoadQuadParams(context interface{}, path string) ([]wire.QuadParam, error)

LoadQuadParams serializes the content of a set of QuadParams from a file using the given file path. Returns the serialized QuadParams 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) (map[string]interface{}, error)

LoadItem serializes the content of an item from a file using the given file path. Returns the serialized item values.

func LoadQuadParams

func LoadQuadParams(context interface{}, path string) ([]wire.QuadParam, error)

LoadQuadParams serializes the content of a set of QuadParams from a file using the given file path. Returns the serialized QuadParams value.

Types

This section is empty.

Jump to

Keyboard shortcuts

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