Documentation ¶
Index ¶
Constants ¶
View Source
const ( // GetHelp contains the short help text for the command. GetHelp = "Get models from the datastore" // GetHelpExtra contains the long help text for the command without // the headline. GetHelpExtra = `` /* 241-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(ctx context.Context, in *proto.GetRequest, ds datastorereader) (*proto.GetResponse, error)
Get queries the datastore-reader for requested models This function is the server side entrypoint for this package.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.