doc: hide push command
This commit is contained in:
parent
daf97c1c66
commit
9189c92c17
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
use super::StreamCommand;
|
use super::StreamCommand;
|
||||||
use crate::result::Result;
|
use crate::result::Result;
|
||||||
|
|
||||||
|
#[doc(hidden)]
|
||||||
#[derive(Debug, Default)]
|
#[derive(Debug, Default)]
|
||||||
pub struct PushCommand<'a> {
|
pub struct PushCommand<'a> {
|
||||||
pub collection: &'a str,
|
pub collection: &'a str,
|
||||||
|
|
Loading…
Reference in a new issue