run

package
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 61 Imported by: 0

Documentation

Overview

Package run contains the command to run an OpenFGA server.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRunCommand

func NewRunCommand() *cobra.Command

func ReadConfig

func ReadConfig() (*serverconfig.Config, error)

ReadConfig returns the OpenFGA server configuration based on the values provided in the server's 'config.yaml' file. The 'config.yaml' file is loaded from '/etc/openfga', '$HOME/.openfga', or the current working directory. If no configuration file is present, the default values are returned.

Types

type ServerContext added in v1.3.1

type ServerContext struct {
	Logger logger.Logger
}

func (*ServerContext) Run added in v1.3.1

func (s *ServerContext) Run(ctx context.Context, config *serverconfig.Config) error

Run returns an error if the server was unable to start successfully. If it started and terminated successfully, it returns a nil error.

Jump to

Keyboard shortcuts

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