Skip to content

Commit

Permalink
refactor: improve message implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Jan 28, 2024
1 parent c6aabb1 commit a3c5363
Show file tree
Hide file tree
Showing 2 changed files with 332 additions and 334 deletions.
2 changes: 1 addition & 1 deletion src/const.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Services
end

"Shell command execution request message."
@msg "org.arl.fjage.shell.ShellExecReq" struct ShellExecReq
@message "org.arl.fjage.shell.ShellExecReq" struct ShellExecReq
cmd::Union{String,Nothing} = nothing
script::Union{String,Nothing} = nothing
args::Vector{String} = String[]
Expand Down
Loading

0 comments on commit a3c5363

Please sign in to comment.