# README
env
This package implements libkbfs.Context in terms of libkb.
# Functions
NewContext constructs a context.
NewContextFromGlobalContext constructs a context.
# Structs
EmptyAppStateUpdater is an implementation of AppStateUpdater that never returns an update, for testing.
KBFSContext is an implementation for libkbfs.Context.
# Interfaces
AppStateUpdater is an interface for things that need to listen to app state changes.
Context defines the environment for this package.