Skip to content

VoyTechnology/mfile-consul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

mfile-consul - Consul provider for mfile

Consul provider for github.com/voytechnology/mfile

Usage

package main

import (
    "github.com/voytechnology/mfile"
    _ "github.com/voytechnology/mfile-consul"
)

func main() {
    // You should now be able to read data from consul.
    v, _ := mfile.ReadFile("consul://foo")

    // ...
}

About

Consyl provider for mfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages