Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { Port *int StorageDriver *string StoragePath *string DynamoDBKeysTable *string DynamoDBValuesTable *string AwsRegion *string GcProjectID *string DatastoreKeysKind *string DatastoreValuesKind *string Debug *bool Help *bool }
Options is a type that holds pointers to cli flags shared by various servers (http, grpc...)
func GetOptions ¶
func GetOptions() *Options
GetOptions returns an Options struct based on cli flags. It has to be called BEFORE flag.Parse()
Click to show internal directories.
Click to hide internal directories.