Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GenesisState ¶
type GenesisState struct {
Accounts []*auth.BaseAccount `json:"accounts"`
}
GenesisState represents chain state at the start of the chain. Any initial state (account balances) are stored here.
type GitServiceApp ¶
GitServiceApp is the main type
func NewGitServiceApp ¶
func NewGitServiceApp(logger log.Logger, db dbm.DB) *GitServiceApp
NewGitServiceApp instantiates GitServiceApp
func (*GitServiceApp) ExportAppStateAndValidators ¶
func (app *GitServiceApp) ExportAppStateAndValidators() (appState json.RawMessage, validators []types.GenesisValidator, err error)
ExportAppStateAndValidators does the things
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
git-remote-joystream
command
|
|
|
gitservicecli
command
|
|
|
gitserviced
command
|
|
|
gogit-receive-pack
command
Go-git implementation of git-receive-pack
|
Go-git implementation of git-receive-pack |
|
gogitclient
command
Git client that can push references to a go-git server (protocol: "debugf").
|
Git client that can push references to a go-git server (protocol: "debugf"). |
|
x
|
|
Click to show internal directories.
Click to hide internal directories.